Html Css Color HEX #D0616D Cabaret

📋 copy color: '#D0616D'

red 208 ◦ green 97 ◦ blue 109

#D0616D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cabaret #D0616D

Tints of Cabaret #D0616D

RGB

 RED value IS 208 (81.64% from 255) = 50.24%

 GREEN value IS 97 (38.28% from 255) = 23.43%

 BLUE value IS 109 (42.97% from 255) = 26.33%

R = 50.24%
G = 23.43%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.48

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D0616D (or 0xD0616D) is known color: Cabaret. HEX triplet: D0, 61 and 6D. RGB value is (208,97,109). Sum of RGB (Red+Green+Blue) = 208+97+109=414 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.24% from 414); Green value is 97 (38.28% from 255 or 23.43% from 414); Blue value is 109 (42.97% from 255 or 26.33% from 414); Max value from RGB is 208 - color contains mainly: red. Hex color #D0616D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0616D is #2F9E92. Grayscale: #838383. Windows color (decimal): -3120787 or 7168464. OLE color: 7168464.

HSL color Cylindrical-coordinate representation of color #D0616D: hue angle of 353.51º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D0616D is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 97 109 -
CMYK 0 0.53 0.48 0.18
HSL 353.51º 0.54% 0.6% -
HSV(B) 353.51º 0.53% 0.82% -
XYZ 33.05 23.06 17.18 -
YUV 131.56 115.27 182.52 -
System Red Green Blue C M Y K H S L
Decimal 208 97 109 0 0.53 0.48 0.18 353.51 0.54 0.6
Hex D0 61 6D 0 35 30 12 162 36 3C
Octal 320 141 155 0 65 60 22 542 66 74
Binary 11010000 1100001 1101101 0 110101 110000 10010 101100010 110110 111100

Color Harmonies of #D0616D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0616D

Black with #D0616D

Text Example


Text Example

White with #D0616D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0616D; }

 p { color: rgb(208,97,109); }

 H1.HeaderClassName
 {
   color: #D0616D;
 }
 .AnyTagClassName
 {
   color: #D0616D;
 }
</style>

background-color css

<style>
 a { background-color: #D0616D; }

 a { background-color: rgb(208,97,109); }

 div.DivClassName
 {
   background-color: #D0616D;
 }
 .BgClassName
 {
   background-color: #D0616D;
 }
</style>

border-color css

<style>
 span { border-color: #D0616D; }

 span { border-color: rgb(208,97,109); }

 td.TdClassName
 {
   border-color: #D0616D;
 }
 .TagClassName
 {
   border-color: #D0616D;
 }
</style>