Html Css Color HEX #D4486D Cabaret

📋 copy color: '#D4486D'

red 212 ◦ green 72 ◦ blue 109

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

Shades of Cabaret #D4486D

Tints of Cabaret #D4486D

RGB

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

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

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

R = 53.94%
G = 18.32%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#D4486D (or 0xD4486D) is known color: Cabaret. HEX triplet: D4, 48 and 6D. RGB value is (212,72,109). Sum of RGB (Red+Green+Blue) = 212+72+109=393 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.94% from 393); Green value is 72 (28.52% from 255 or 18.32% from 393); Blue value is 109 (42.97% from 255 or 27.74% from 393); Max value from RGB is 212 - color contains mainly: red. Hex color #D4486D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4486D is #2BB792. Grayscale: #767676. Windows color (decimal): -2865043 or 7162068. OLE color: 7162068.

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

Color convert

RGB 212 72 109 -
CMYK 0 0.66 0.49 0.17
HSL 344.14º 0.62% 0.56% -
HSV(B) 344.14º 0.66% 0.83% -
XYZ 32.23 19.74 16.58 -
YUV 118.08 122.88 194.99 -
System Red Green Blue C M Y K H S L
Decimal 212 72 109 0 0.66 0.49 0.17 344.14 0.62 0.56
Hex D4 48 6D 0 42 31 11 158 3E 38
Octal 324 110 155 0 102 61 21 530 76 70
Binary 11010100 1001000 1101101 0 1000010 110001 10001 101011000 111110 111000

Color Harmonies of #D4486D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4486D

Black with #D4486D

Text Example


Text Example

White with #D4486D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4486D; }

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

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

background-color css

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

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

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

border-color css

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

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

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