Html Css Color HEX #D0476E Cabaret

📋 copy color: '#D0476E'

red 208 ◦ green 71 ◦ blue 110

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

Shades of Cabaret #D0476E

Tints of Cabaret #D0476E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 28.28%

R = 53.47%
G = 18.25%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D0476E (or 0xD0476E) is known color: Cabaret. HEX triplet: D0, 47 and 6E. RGB value is (208,71,110). Sum of RGB (Red+Green+Blue) = 208+71+110=389 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.47% from 389); Green value is 71 (28.12% from 255 or 18.25% from 389); Blue value is 110 (43.36% from 255 or 28.28% from 389); Max value from RGB is 208 - color contains mainly: red. Hex color #D0476E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0476E is #2FB891. Grayscale: #747474. Windows color (decimal): -3127442 or 7227344. OLE color: 7227344.

HSL color Cylindrical-coordinate representation of color #D0476E: hue angle of 342.92º 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 #D0476E is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 71 110 -
CMYK 0 0.66 0.47 0.18
HSL 342.92º 0.59% 0.55% -
HSV(B) 342.92º 0.66% 0.82% -
XYZ 31.08 19.04 16.79 -
YUV 116.41 124.39 193.33 -
System Red Green Blue C M Y K H S L
Decimal 208 71 110 0 0.66 0.47 0.18 342.92 0.59 0.55
Hex D0 47 6E 0 42 2F 12 157 3B 37
Octal 320 107 156 0 102 57 22 527 73 67
Binary 11010000 1000111 1101110 0 1000010 101111 10010 101010111 111011 110111

Color Harmonies of #D0476E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0476E

Black with #D0476E

Text Example


Text Example

White with #D0476E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0476E; }

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

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

background-color css

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

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

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

border-color css

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

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

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