Html Css Color HEX #D1476D Cabaret

📋 copy color: '#D1476D'

red 209 ◦ green 71 ◦ blue 109

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

Shades of Cabaret #D1476D

Tints of Cabaret #D1476D

RGB

 RED value IS 209 (82.03% from 255) = 53.73%

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

 BLUE value IS 109 (42.97% from 255) = 28.02%

R = 53.73%
G = 18.25%
B = 28.02%

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

#D1476D (or 0xD1476D) is known color: Cabaret. HEX triplet: D1, 47 and 6D. RGB value is (209,71,109). Sum of RGB (Red+Green+Blue) = 209+71+109=389 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.73% from 389); Green value is 71 (28.12% from 255 or 18.25% from 389); Blue value is 109 (42.97% from 255 or 28.02% from 389); Max value from RGB is 209 - color contains mainly: red. Hex color #D1476D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1476D is #2EB892. Grayscale: #747474. Windows color (decimal): -3061907 or 7161809. OLE color: 7161809.

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

Color convert

RGB 209 71 109 -
CMYK 0 0.66 0.48 0.18
HSL 343.48º 0.6% 0.55% -
HSV(B) 343.48º 0.66% 0.82% -
XYZ 31.31 19.17 16.52 -
YUV 116.59 123.72 193.91 -
System Red Green Blue C M Y K H S L
Decimal 209 71 109 0 0.66 0.48 0.18 343.48 0.6 0.55
Hex D1 47 6D 0 42 30 12 157 3C 37
Octal 321 107 155 0 102 60 22 527 74 67
Binary 11010001 1000111 1101101 0 1000010 110000 10010 101010111 111100 110111

Color Harmonies of #D1476D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1476D

Black with #D1476D

Text Example


Text Example

White with #D1476D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1476D; }

 p { color: rgb(209,71,109); }

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

background-color css

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

 a { background-color: rgb(209,71,109); }

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

border-color css

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

 span { border-color: rgb(209,71,109); }

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