Html Css Color HEX #D4476A Cabaret

📋 copy color: '#D4476A'

red 212 ◦ green 71 ◦ blue 106

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

Shades of Cabaret #D4476A

Tints of Cabaret #D4476A

RGB

 RED value IS 212 (83.2% from 255) = 54.5%

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

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

R = 54.5%
G = 18.25%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.5

 K value IS 0.17

RGB Variations

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

Color information

#D4476A (or 0xD4476A) is known color: Cabaret. HEX triplet: D4, 47 and 6A. RGB value is (212,71,106). Sum of RGB (Red+Green+Blue) = 212+71+106=389 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.50% from 389); Green value is 71 (28.12% from 255 or 18.25% from 389); Blue value is 106 (41.80% from 255 or 27.25% from 389); Max value from RGB is 212 - color contains mainly: red. Hex color #D4476A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4476A is #2BB895. Grayscale: #757575. Windows color (decimal): -2865302 or 6965204. OLE color: 6965204.

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

Color convert

RGB 212 71 106 -
CMYK 0 0.67 0.5 0.17
HSL 345.11º 0.62% 0.55% -
HSV(B) 345.11º 0.67% 0.83% -
XYZ 32.01 19.54 15.72 -
YUV 117.15 121.71 195.65 -
System Red Green Blue C M Y K H S L
Decimal 212 71 106 0 0.67 0.5 0.17 345.11 0.62 0.55
Hex D4 47 6A 0 43 32 11 159 3E 37
Octal 324 107 152 0 103 62 21 531 76 67
Binary 11010100 1000111 1101010 0 1000011 110010 10001 101011001 111110 110111

Color Harmonies of #D4476A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4476A

Black with #D4476A

Text Example


Text Example

White with #D4476A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4476A; }

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

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

background-color css

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

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

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

border-color css

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

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

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