Html Css Color HEX #D0606F Cabaret

📋 copy color: '#D0606F'

red 208 ◦ green 96 ◦ blue 111

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

Shades of Cabaret #D0606F

Tints of Cabaret #D0606F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.13%

 BLUE value IS 111 (43.75% from 255) = 26.75%

R = 50.12%
G = 23.13%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D0606F (or 0xD0606F) is known color: Cabaret. HEX triplet: D0, 60 and 6F. RGB value is (208,96,111). Sum of RGB (Red+Green+Blue) = 208+96+111=415 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.12% from 415); Green value is 96 (37.89% from 255 or 23.13% from 415); Blue value is 111 (43.75% from 255 or 26.75% from 415); Max value from RGB is 208 - color contains mainly: red. Hex color #D0606F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0606F is #2F9F90. Grayscale: #838383. Windows color (decimal): -3121041 or 7299280. OLE color: 7299280.

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

Color convert

RGB 208 96 111 -
CMYK 0 0.54 0.47 0.18
HSL 351.96º 0.54% 0.6% -
HSV(B) 351.96º 0.54% 0.82% -
XYZ 33.06 22.92 17.72 -
YUV 131.2 116.61 182.78 -
System Red Green Blue C M Y K H S L
Decimal 208 96 111 0 0.54 0.47 0.18 351.96 0.54 0.6
Hex D0 60 6F 0 36 2F 12 160 36 3C
Octal 320 140 157 0 66 57 22 540 66 74
Binary 11010000 1100000 1101111 0 110110 101111 10010 101100000 110110 111100

Color Harmonies of #D0606F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0606F

Black with #D0606F

Text Example


Text Example

White with #D0606F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0606F; }

 p { color: rgb(208,96,111); }

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

background-color css

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

 a { background-color: rgb(208,96,111); }

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

border-color css

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

 span { border-color: rgb(208,96,111); }

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