Html Css Color HEX #D3476D Cabaret

📋 copy color: '#D3476D'

red 211 ◦ green 71 ◦ blue 109

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

Shades of Cabaret #D3476D

Tints of Cabaret #D3476D

RGB

 RED value IS 211 (82.81% from 255) = 53.96%

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

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

R = 53.96%
G = 18.16%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#D3476D (or 0xD3476D) is known color: Cabaret. HEX triplet: D3, 47 and 6D. RGB value is (211,71,109). Sum of RGB (Red+Green+Blue) = 211+71+109=391 (51% of max value = 765). Red value is 211 (82.81% from 255 or 53.96% from 391); Green value is 71 (28.12% from 255 or 18.16% from 391); Blue value is 109 (42.97% from 255 or 27.88% from 391); Max value from RGB is 211 - color contains mainly: red. Hex color #D3476D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3476D is #2CB892. Grayscale: #757575. Windows color (decimal): -2930835 or 7161811. OLE color: 7161811.

HSL color Cylindrical-coordinate representation of color #D3476D: hue angle of 343.71º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D3476D is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 71 109 -
CMYK 0 0.66 0.48 0.17
HSL 343.71º 0.61% 0.55% -
HSV(B) 343.71º 0.66% 0.83% -
XYZ 31.88 19.46 16.54 -
YUV 117.19 123.38 194.91 -
System Red Green Blue C M Y K H S L
Decimal 211 71 109 0 0.66 0.48 0.17 343.71 0.61 0.55
Hex D3 47 6D 0 42 30 11 158 3D 37
Octal 323 107 155 0 102 60 21 530 75 67
Binary 11010011 1000111 1101101 0 1000010 110000 10001 101011000 111101 110111

Color Harmonies of #D3476D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3476D

Black with #D3476D

Text Example


Text Example

White with #D3476D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3476D; }

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

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

background-color css

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

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

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

border-color css

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

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

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