Html Css Color HEX #D40DAA Hollywood Cerise

📋 copy color: '#D40DAA'

red 212 ◦ green 13 ◦ blue 170

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

Shades of Hollywood Cerise #D40DAA

Tints of Hollywood Cerise #D40DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 43.04%

R = 53.67%
G = 3.29%
B = 43.04%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.20

 K value IS 0.17

RGB Variations

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

Color information

#D40DAA (or 0xD40DAA) is known color: Hollywood Cerise. HEX triplet: D4, 0D and AA. RGB value is (212,13,170). Sum of RGB (Red+Green+Blue) = 212+13+170=395 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.67% from 395); Green value is 13 (5.47% from 255 or 3.29% from 395); Blue value is 170 (66.80% from 255 or 43.04% from 395); Max value from RGB is 212 - color contains mainly: red. Hex color #D40DAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40DAA is #2BF255. Grayscale: #595959. Windows color (decimal): -2880086 or 11144660. OLE color: 11144660.

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

Color convert

RGB 212 13 170 -
CMYK 0 0.94 0.20 0.17
HSL 312.66º 0.88% 0.44% -
HSV(B) 312.66º 0.94% 0.83% -
XYZ 34.55 17.19 39.53 -
YUV 90.4 172.93 214.73 -
System Red Green Blue C M Y K H S L
Decimal 212 13 170 0 0.94 0.20 0.17 312.66 0.88 0.44
Hex D4 D AA 0 5E 14 11 139 58 2C
Octal 324 15 252 0 136 24 21 471 130 54
Binary 11010100 1101 10101010 0 1011110 10100 10001 100111001 1011000 101100

Color Harmonies of #D40DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40DAA

Black with #D40DAA

Text Example


Text Example

White with #D40DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40DAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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