Html Css Color HEX #D2476E Cabaret

📋 copy color: '#D2476E'

red 210 ◦ green 71 ◦ blue 110

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

Shades of Cabaret #D2476E

Tints of Cabaret #D2476E

RGB

 RED value IS 210 (82.42% from 255) = 53.71%

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

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

R = 53.71%
G = 18.16%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D2476E (or 0xD2476E) is known color: Cabaret. HEX triplet: D2, 47 and 6E. RGB value is (210,71,110). Sum of RGB (Red+Green+Blue) = 210+71+110=391 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.71% from 391); Green value is 71 (28.12% from 255 or 18.16% from 391); Blue value is 110 (43.36% from 255 or 28.13% from 391); Max value from RGB is 210 - color contains mainly: red. Hex color #D2476E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2476E is #2DB891. Grayscale: #747474. Windows color (decimal): -2996370 or 7227346. OLE color: 7227346.

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

Color convert

RGB 210 71 110 -
CMYK 0 0.66 0.48 0.18
HSL 343.17º 0.61% 0.55% -
HSV(B) 343.17º 0.66% 0.82% -
XYZ 31.65 19.33 16.82 -
YUV 117.01 124.05 194.33 -
System Red Green Blue C M Y K H S L
Decimal 210 71 110 0 0.66 0.48 0.18 343.17 0.61 0.55
Hex D2 47 6E 0 42 30 12 157 3D 37
Octal 322 107 156 0 102 60 22 527 75 67
Binary 11010010 1000111 1101110 0 1000010 110000 10010 101010111 111101 110111

Color Harmonies of #D2476E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2476E

Black with #D2476E

Text Example


Text Example

White with #D2476E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2476E; }

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

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

background-color css

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

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

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

border-color css

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

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

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