Html Css Color HEX #D402A1 Hollywood Cerise

📋 copy color: '#D402A1'

red 212 ◦ green 2 ◦ blue 161

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

Shades of Hollywood Cerise #D402A1

Tints of Hollywood Cerise #D402A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 42.93%

R = 56.53%
G = 0.53%
B = 42.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.24

 K value IS 0.17

RGB Variations

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

Color information

#D402A1 (or 0xD402A1) is known color: Hollywood Cerise. HEX triplet: D4, 02 and A1. RGB value is (212,2,161). Sum of RGB (Red+Green+Blue) = 212+2+161=375 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.53% from 375); Green value is 2 (1.17% from 255 or 0.53% from 375); Blue value is 161 (63.28% from 255 or 42.93% from 375); Max value from RGB is 212 - color contains mainly: red. Hex color #D402A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D402A1 is #2BFD5E. Grayscale: #525252. Windows color (decimal): -2882911 or 10552020. OLE color: 10552020.

HSL color Cylindrical-coordinate representation of color #D402A1: hue angle of 314.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 #D402A1 is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 2 161 -
CMYK 0 0.99 0.24 0.17
HSL 314.57º 0.98% 0.42% -
HSV(B) 314.57º 0.99% 0.83% -
XYZ 33.61 16.61 35.15 -
YUV 82.92 172.07 220.07 -
System Red Green Blue C M Y K H S L
Decimal 212 2 161 0 0.99 0.24 0.17 314.57 0.98 0.42
Hex D4 2 A1 0 63 18 11 13B 62 2A
Octal 324 2 241 0 143 30 21 473 142 52
Binary 11010100 10 10100001 0 1100011 11000 10001 100111011 1100010 101010

Color Harmonies of #D402A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D402A1

Black with #D402A1

Text Example


Text Example

White with #D402A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D402A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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