Html Css Color HEX #D40DAC Hollywood Cerise

📋 copy color: '#D40DAC'

red 212 ◦ green 13 ◦ blue 172

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

Shades of Hollywood Cerise #D40DAC

Tints of Hollywood Cerise #D40DAC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.27%

 BLUE value IS 172 (67.58% from 255) = 43.32%

R = 53.4%
G = 3.27%
B = 43.32%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D40DAC (or 0xD40DAC) is known color: Hollywood Cerise. HEX triplet: D4, 0D and AC. RGB value is (212,13,172). Sum of RGB (Red+Green+Blue) = 212+13+172=397 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.40% from 397); Green value is 13 (5.47% from 255 or 3.27% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 212 - color contains mainly: red. Hex color #D40DAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40DAC is #2BF253. Grayscale: #5A5A5A. Windows color (decimal): -2880084 or 11275732. OLE color: 11275732.

HSL color Cylindrical-coordinate representation of color #D40DAC: hue angle of 312.06º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D40DAC is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 13 172 -
CMYK 0 0.94 0.19 0.17
HSL 312.06º 0.88% 0.44% -
HSV(B) 312.06º 0.94% 0.83% -
XYZ 34.74 17.26 40.53 -
YUV 90.63 173.93 214.57 -
System Red Green Blue C M Y K H S L
Decimal 212 13 172 0 0.94 0.19 0.17 312.06 0.88 0.44
Hex D4 D AC 0 5E 13 11 138 58 2C
Octal 324 15 254 0 136 23 21 470 130 54
Binary 11010100 1101 10101100 0 1011110 10011 10001 100111000 1011000 101100

Color Harmonies of #D40DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40DAC

Black with #D40DAC

Text Example


Text Example

White with #D40DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40DAC; }

 p { color: rgb(212,13,172); }

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

background-color css

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

 a { background-color: rgb(212,13,172); }

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

border-color css

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

 span { border-color: rgb(212,13,172); }

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