Html Css Color HEX #D4486F Cabaret

📋 copy color: '#D4486F'

red 212 ◦ green 72 ◦ blue 111

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

Shades of Cabaret #D4486F

Tints of Cabaret #D4486F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.23%

 BLUE value IS 111 (43.75% from 255) = 28.1%

R = 53.67%
G = 18.23%
B = 28.1%

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

#D4486F (or 0xD4486F) is known color: Cabaret. HEX triplet: D4, 48 and 6F. RGB value is (212,72,111). Sum of RGB (Red+Green+Blue) = 212+72+111=395 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.67% from 395); Green value is 72 (28.52% from 255 or 18.23% from 395); Blue value is 111 (43.75% from 255 or 28.10% from 395); Max value from RGB is 212 - color contains mainly: red. Hex color #D4486F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4486F is #2BB790. Grayscale: #767676. Windows color (decimal): -2865041 or 7293140. OLE color: 7293140.

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

Color convert

RGB 212 72 111 -
CMYK 0 0.66 0.48 0.17
HSL 343.29º 0.62% 0.56% -
HSV(B) 343.29º 0.66% 0.83% -
XYZ 32.34 19.78 17.15 -
YUV 118.31 123.88 194.83 -
System Red Green Blue C M Y K H S L
Decimal 212 72 111 0 0.66 0.48 0.17 343.29 0.62 0.56
Hex D4 48 6F 0 42 30 11 157 3E 38
Octal 324 110 157 0 102 60 21 527 76 70
Binary 11010100 1001000 1101111 0 1000010 110000 10001 101010111 111110 111000

Color Harmonies of #D4486F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4486F

Black with #D4486F

Text Example


Text Example

White with #D4486F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4486F; }

 p { color: rgb(212,72,111); }

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

background-color css

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

 a { background-color: rgb(212,72,111); }

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

border-color css

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

 span { border-color: rgb(212,72,111); }

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