Html Css Color HEX #D401A2 Hollywood Cerise

📋 copy color: '#D401A2'

red 212 ◦ green 1 ◦ blue 162

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

Shades of Hollywood Cerise #D401A2

Tints of Hollywood Cerise #D401A2

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

 BLUE value IS 162 (63.67% from 255) = 43.2%

R = 56.53%
G = 0.27%
B = 43.2%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.24

 K value IS 0.17

RGB Variations

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

Color information

#D401A2 (or 0xD401A2) is known color: Hollywood Cerise. HEX triplet: D4, 01 and A2. RGB value is (212,1,162). Sum of RGB (Red+Green+Blue) = 212+1+162=375 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.53% from 375); Green value is 1 (0.78% from 255 or 0.27% from 375); Blue value is 162 (63.67% from 255 or 43.2% from 375); Max value from RGB is 212 - color contains mainly: red. Hex color #D401A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D401A2 is #2BFE5D. Grayscale: #525252. Windows color (decimal): -2883166 or 10617300. OLE color: 10617300.

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

Color convert

RGB 212 1 162 -
CMYK 0 1.00 0.24 0.17
HSL 314.22º 0.99% 0.42% -
HSV(B) 314.22º 1% 0.83% -
XYZ 33.68 16.63 35.62 -
YUV 82.44 172.9 220.41 -
System Red Green Blue C M Y K H S L
Decimal 212 1 162 0 1.00 0.24 0.17 314.22 0.99 0.42
Hex D4 1 A2 0 64 18 11 13A 63 2A
Octal 324 1 242 0 144 30 21 472 143 52
Binary 11010100 1 10100010 0 1100100 11000 10001 100111010 1100011 101010

Color Harmonies of #D401A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D401A2

Black with #D401A2

Text Example


Text Example

White with #D401A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D401A2; }

 p { color: rgb(212,1,162); }

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

background-color css

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

 a { background-color: rgb(212,1,162); }

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

border-color css

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

 span { border-color: rgb(212,1,162); }

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