Html Css Color HEX #D402AB Hollywood Cerise

📋 copy color: '#D402AB'

red 212 ◦ green 2 ◦ blue 171

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

Shades of Hollywood Cerise #D402AB

Tints of Hollywood Cerise #D402AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.42%

R = 55.06%
G = 0.52%
B = 44.42%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D402AB (or 0xD402AB) is known color: Hollywood Cerise. HEX triplet: D4, 02 and AB. RGB value is (212,2,171). Sum of RGB (Red+Green+Blue) = 212+2+171=385 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.06% from 385); Green value is 2 (1.17% from 255 or 0.52% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 212 - color contains mainly: red. Hex color #D402AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D402AB is #2BFD54. Grayscale: #535353. Windows color (decimal): -2882901 or 11207380. OLE color: 11207380.

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

Color convert

RGB 212 2 171 -
CMYK 0 0.99 0.19 0.17
HSL 311.71º 0.98% 0.42% -
HSV(B) 311.71º 0.99% 0.83% -
XYZ 34.52 16.98 39.99 -
YUV 84.06 177.07 219.26 -
System Red Green Blue C M Y K H S L
Decimal 212 2 171 0 0.99 0.19 0.17 311.71 0.98 0.42
Hex D4 2 AB 0 63 13 11 138 62 2A
Octal 324 2 253 0 143 23 21 470 142 52
Binary 11010100 10 10101011 0 1100011 10011 10001 100111000 1100010 101010

Color Harmonies of #D402AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D402AB

Black with #D402AB

Text Example


Text Example

White with #D402AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D402AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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