Html Css Color HEX #D4486C Cabaret

📋 copy color: '#D4486C'

red 212 ◦ green 72 ◦ blue 108

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

Shades of Cabaret #D4486C

Tints of Cabaret #D4486C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27.55%

R = 54.08%
G = 18.37%
B = 27.55%

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

#D4486C (or 0xD4486C) is known color: Cabaret. HEX triplet: D4, 48 and 6C. RGB value is (212,72,108). Sum of RGB (Red+Green+Blue) = 212+72+108=392 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.08% from 392); Green value is 72 (28.52% from 255 or 18.37% from 392); Blue value is 108 (42.58% from 255 or 27.55% from 392); Max value from RGB is 212 - color contains mainly: red. Hex color #D4486C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4486C is #2BB793. Grayscale: #757575. Windows color (decimal): -2865044 or 7096532. OLE color: 7096532.

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

Color convert

RGB 212 72 108 -
CMYK 0 0.66 0.49 0.17
HSL 344.57º 0.62% 0.56% -
HSV(B) 344.57º 0.66% 0.83% -
XYZ 32.18 19.71 16.3 -
YUV 117.96 122.38 195.07 -
System Red Green Blue C M Y K H S L
Decimal 212 72 108 0 0.66 0.49 0.17 344.57 0.62 0.56
Hex D4 48 6C 0 42 31 11 159 3E 38
Octal 324 110 154 0 102 61 21 531 76 70
Binary 11010100 1001000 1101100 0 1000010 110001 10001 101011001 111110 111000

Color Harmonies of #D4486C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4486C

Black with #D4486C

Text Example


Text Example

White with #D4486C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4486C; }

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

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

background-color css

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

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

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

border-color css

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

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

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