Html Css Color HEX #D40CA5 Hollywood Cerise

📋 copy color: '#D40CA5'

red 212 ◦ green 12 ◦ blue 165

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

Shades of Hollywood Cerise #D40CA5

Tints of Hollywood Cerise #D40CA5

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.08%

 BLUE value IS 165 (64.84% from 255) = 42.42%

R = 54.5%
G = 3.08%
B = 42.42%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.22

 K value IS 0.17

RGB Variations

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

Color information

#D40CA5 (or 0xD40CA5) is known color: Hollywood Cerise. HEX triplet: D4, 0C and A5. RGB value is (212,12,165). Sum of RGB (Red+Green+Blue) = 212+12+165=389 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.50% from 389); Green value is 12 (5.08% from 255 or 3.08% from 389); Blue value is 165 (64.84% from 255 or 42.42% from 389); Max value from RGB is 212 - color contains mainly: red. Hex color #D40CA5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40CA5 is #2BF35A. Grayscale: #585858. Windows color (decimal): -2880347 or 10816724. OLE color: 10816724.

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

Color convert

RGB 212 12 165 -
CMYK 0 0.94 0.22 0.17
HSL 314.1º 0.89% 0.44% -
HSV(B) 314.1º 0.94% 0.83% -
XYZ 34.07 16.98 37.08 -
YUV 89.24 170.76 215.56 -
System Red Green Blue C M Y K H S L
Decimal 212 12 165 0 0.94 0.22 0.17 314.1 0.89 0.44
Hex D4 C A5 0 5E 16 11 13A 59 2C
Octal 324 14 245 0 136 26 21 472 131 54
Binary 11010100 1100 10100101 0 1011110 10110 10001 100111010 1011001 101100

Color Harmonies of #D40CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40CA5

Black with #D40CA5

Text Example


Text Example

White with #D40CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40CA5; }

 p { color: rgb(212,12,165); }

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

background-color css

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

 a { background-color: rgb(212,12,165); }

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

border-color css

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

 span { border-color: rgb(212,12,165); }

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