Html Css Color HEX #D2476B Cabaret

📋 copy color: '#D2476B'

red 210 ◦ green 71 ◦ blue 107

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

Shades of Cabaret #D2476B

Tints of Cabaret #D2476B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 27.58%

R = 54.12%
G = 18.3%
B = 27.58%

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

#D2476B (or 0xD2476B) is known color: Cabaret. HEX triplet: D2, 47 and 6B. RGB value is (210,71,107). Sum of RGB (Red+Green+Blue) = 210+71+107=388 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.12% from 388); Green value is 71 (28.12% from 255 or 18.30% from 388); Blue value is 107 (42.19% from 255 or 27.58% from 388); Max value from RGB is 210 - color contains mainly: red. Hex color #D2476B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2476B is #2DB894. Grayscale: #747474. Windows color (decimal): -2996373 or 7030738. OLE color: 7030738.

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

Color convert

RGB 210 71 107 -
CMYK 0 0.66 0.49 0.18
HSL 344.46º 0.61% 0.55% -
HSV(B) 344.46º 0.66% 0.82% -
XYZ 31.49 19.27 15.97 -
YUV 116.67 122.55 194.57 -
System Red Green Blue C M Y K H S L
Decimal 210 71 107 0 0.66 0.49 0.18 344.46 0.61 0.55
Hex D2 47 6B 0 42 31 12 158 3D 37
Octal 322 107 153 0 102 61 22 530 75 67
Binary 11010010 1000111 1101011 0 1000010 110001 10010 101011000 111101 110111

Color Harmonies of #D2476B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2476B

Black with #D2476B

Text Example


Text Example

White with #D2476B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2476B; }

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

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

background-color css

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

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

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

border-color css

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

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

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