Html Css Color HEX #D40FAA Hollywood Cerise

📋 copy color: '#D40FAA'

red 212 ◦ green 15 ◦ blue 170

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

Shades of Hollywood Cerise #D40FAA

Tints of Hollywood Cerise #D40FAA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.78%

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

R = 53.4%
G = 3.78%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.20

 K value IS 0.17

RGB Variations

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

Color information

#D40FAA (or 0xD40FAA) is known color: Hollywood Cerise. HEX triplet: D4, 0F and AA. RGB value is (212,15,170). Sum of RGB (Red+Green+Blue) = 212+15+170=397 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.40% from 397); Green value is 15 (6.25% from 255 or 3.78% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 212 - color contains mainly: red. Hex color #D40FAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40FAA is #2BF055. Grayscale: #5B5B5B. Windows color (decimal): -2879574 or 11145172. OLE color: 11145172.

HSL color Cylindrical-coordinate representation of color #D40FAA: hue angle of 312.79º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D40FAA is Cyan = 0, Magento = 0.93, Yellow = 0.20 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 15 170 -
CMYK 0 0.93 0.20 0.17
HSL 312.79º 0.87% 0.45% -
HSV(B) 312.79º 0.93% 0.83% -
XYZ 34.58 17.24 39.54 -
YUV 91.57 172.27 213.9 -
System Red Green Blue C M Y K H S L
Decimal 212 15 170 0 0.93 0.20 0.17 312.79 0.87 0.45
Hex D4 F AA 0 5D 14 11 139 57 2D
Octal 324 17 252 0 135 24 21 471 127 55
Binary 11010100 1111 10101010 0 1011101 10100 10001 100111001 1010111 101101

Color Harmonies of #D40FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40FAA

Black with #D40FAA

Text Example


Text Example

White with #D40FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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