Html Css Color HEX #D0476A Cabaret

📋 copy color: '#D0476A'

red 208 ◦ green 71 ◦ blue 106

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

Shades of Cabaret #D0476A

Tints of Cabaret #D0476A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.44%

 BLUE value IS 106 (41.8% from 255) = 27.53%

R = 54.03%
G = 18.44%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D0476A (or 0xD0476A) is known color: Cabaret. HEX triplet: D0, 47 and 6A. RGB value is (208,71,106). Sum of RGB (Red+Green+Blue) = 208+71+106=385 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.03% from 385); Green value is 71 (28.12% from 255 or 18.44% from 385); Blue value is 106 (41.80% from 255 or 27.53% from 385); Max value from RGB is 208 - color contains mainly: red. Hex color #D0476A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0476A is #2FB895. Grayscale: #737373. Windows color (decimal): -3127446 or 6965200. OLE color: 6965200.

HSL color Cylindrical-coordinate representation of color #D0476A: hue angle of 344.67º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D0476A is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 71 106 -
CMYK 0 0.66 0.49 0.18
HSL 344.67º 0.59% 0.55% -
HSV(B) 344.67º 0.66% 0.82% -
XYZ 30.87 18.96 15.67 -
YUV 115.95 122.39 193.65 -
System Red Green Blue C M Y K H S L
Decimal 208 71 106 0 0.66 0.49 0.18 344.67 0.59 0.55
Hex D0 47 6A 0 42 31 12 159 3B 37
Octal 320 107 152 0 102 61 22 531 73 67
Binary 11010000 1000111 1101010 0 1000010 110001 10010 101011001 111011 110111

Color Harmonies of #D0476A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0476A

Black with #D0476A

Text Example


Text Example

White with #D0476A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0476A; }

 p { color: rgb(208,71,106); }

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

background-color css

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

 a { background-color: rgb(208,71,106); }

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

border-color css

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

 span { border-color: rgb(208,71,106); }

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