Html Css Color HEX #D40DA4 Hollywood Cerise

📋 copy color: '#D40DA4'

red 212 ◦ green 13 ◦ blue 164

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

Shades of Hollywood Cerise #D40DA4

Tints of Hollywood Cerise #D40DA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 42.16%

R = 54.5%
G = 3.34%
B = 42.16%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.23

 K value IS 0.17

RGB Variations

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

Color information

#D40DA4 (or 0xD40DA4) is known color: Hollywood Cerise. HEX triplet: D4, 0D and A4. RGB value is (212,13,164). Sum of RGB (Red+Green+Blue) = 212+13+164=389 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.50% from 389); Green value is 13 (5.47% from 255 or 3.34% from 389); Blue value is 164 (64.45% from 255 or 42.16% from 389); Max value from RGB is 212 - color contains mainly: red. Hex color #D40DA4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40DA4 is #2BF25B. Grayscale: #595959. Windows color (decimal): -2880092 or 10751444. OLE color: 10751444.

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

Color convert

RGB 212 13 164 -
CMYK 0 0.94 0.23 0.17
HSL 314.47º 0.88% 0.44% -
HSV(B) 314.47º 0.94% 0.83% -
XYZ 34 16.97 36.6 -
YUV 89.72 169.93 215.22 -
System Red Green Blue C M Y K H S L
Decimal 212 13 164 0 0.94 0.23 0.17 314.47 0.88 0.44
Hex D4 D A4 0 5E 17 11 13A 58 2C
Octal 324 15 244 0 136 27 21 472 130 54
Binary 11010100 1101 10100100 0 1011110 10111 10001 100111010 1011000 101100

Color Harmonies of #D40DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40DA4

Black with #D40DA4

Text Example


Text Example

White with #D40DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40DA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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