Html Css Color HEX #D402A8 Hollywood Cerise

📋 copy color: '#D402A8'

red 212 ◦ green 2 ◦ blue 168

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

Shades of Hollywood Cerise #D402A8

Tints of Hollywood Cerise #D402A8

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.52%

 BLUE value IS 168 (66.02% from 255) = 43.98%

R = 55.5%
G = 0.52%
B = 43.98%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.21

 K value IS 0.17

RGB Variations

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

Color information

#D402A8 (or 0xD402A8) is known color: Hollywood Cerise. HEX triplet: D4, 02 and A8. RGB value is (212,2,168). Sum of RGB (Red+Green+Blue) = 212+2+168=382 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.50% from 382); Green value is 2 (1.17% from 255 or 0.52% from 382); Blue value is 168 (66.02% from 255 or 43.98% from 382); Max value from RGB is 212 - color contains mainly: red. Hex color #D402A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D402A8 is #2BFD57. Grayscale: #535353. Windows color (decimal): -2882904 or 11010772. OLE color: 11010772.

HSL color Cylindrical-coordinate representation of color #D402A8: hue angle of 312.57º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D402A8 is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 2 168 -
CMYK 0 0.99 0.21 0.17
HSL 312.57º 0.98% 0.42% -
HSV(B) 312.57º 0.99% 0.83% -
XYZ 34.24 16.87 38.5 -
YUV 83.71 175.57 219.5 -
System Red Green Blue C M Y K H S L
Decimal 212 2 168 0 0.99 0.21 0.17 312.57 0.98 0.42
Hex D4 2 A8 0 63 15 11 139 62 2A
Octal 324 2 250 0 143 25 21 471 142 52
Binary 11010100 10 10101000 0 1100011 10101 10001 100111001 1100010 101010

Color Harmonies of #D402A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D402A8

Black with #D402A8

Text Example


Text Example

White with #D402A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D402A8; }

 p { color: rgb(212,2,168); }

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

background-color css

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

 a { background-color: rgb(212,2,168); }

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

border-color css

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

 span { border-color: rgb(212,2,168); }

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