Html Css Color HEX #D3476A Cabaret

📋 copy color: '#D3476A'

red 211 ◦ green 71 ◦ blue 106

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

Shades of Cabaret #D3476A

Tints of Cabaret #D3476A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 27.32%

R = 54.38%
G = 18.3%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#D3476A (or 0xD3476A) is known color: Cabaret. HEX triplet: D3, 47 and 6A. RGB value is (211,71,106). Sum of RGB (Red+Green+Blue) = 211+71+106=388 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.38% from 388); Green value is 71 (28.12% from 255 or 18.30% from 388); Blue value is 106 (41.80% from 255 or 27.32% from 388); Max value from RGB is 211 - color contains mainly: red. Hex color #D3476A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3476A is #2CB895. Grayscale: #747474. Windows color (decimal): -2930838 or 6965203. OLE color: 6965203.

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

Color convert

RGB 211 71 106 -
CMYK 0 0.66 0.50 0.17
HSL 345º 0.61% 0.55% -
HSV(B) 345º 0.66% 0.83% -
XYZ 31.72 19.4 15.71 -
YUV 116.85 121.88 195.15 -
System Red Green Blue C M Y K H S L
Decimal 211 71 106 0 0.66 0.50 0.17 345 0.61 0.55
Hex D3 47 6A 0 42 32 11 159 3D 37
Octal 323 107 152 0 102 62 21 531 75 67
Binary 11010011 1000111 1101010 0 1000010 110010 10001 101011001 111101 110111

Color Harmonies of #D3476A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3476A

Black with #D3476A

Text Example


Text Example

White with #D3476A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3476A; }

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

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

background-color css

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

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

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

border-color css

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

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

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