Html Css Color HEX #D409AB Hollywood Cerise

📋 copy color: '#D409AB'

red 212 ◦ green 9 ◦ blue 171

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

Shades of Hollywood Cerise #D409AB

Tints of Hollywood Cerise #D409AB

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.3%

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

R = 54.08%
G = 2.3%
B = 43.62%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D409AB (or 0xD409AB) is known color: Hollywood Cerise. HEX triplet: D4, 09 and AB. RGB value is (212,9,171). Sum of RGB (Red+Green+Blue) = 212+9+171=392 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.08% from 392); Green value is 9 (3.91% from 255 or 2.30% from 392); Blue value is 171 (67.19% from 255 or 43.62% from 392); Max value from RGB is 212 - color contains mainly: red. Hex color #D409AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D409AB is #2BF654. Grayscale: #575757. Windows color (decimal): -2881109 or 11209172. OLE color: 11209172.

HSL color Cylindrical-coordinate representation of color #D409AB: hue angle of 312.12º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D409AB is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 9 171 -
CMYK 0 0.96 0.19 0.17
HSL 312.12º 0.92% 0.43% -
HSV(B) 312.12º 0.96% 0.83% -
XYZ 34.6 17.13 40.01 -
YUV 88.17 174.75 216.33 -
System Red Green Blue C M Y K H S L
Decimal 212 9 171 0 0.96 0.19 0.17 312.12 0.92 0.43
Hex D4 9 AB 0 60 13 11 138 5C 2B
Octal 324 11 253 0 140 23 21 470 134 53
Binary 11010100 1001 10101011 0 1100000 10011 10001 100111000 1011100 101011

Color Harmonies of #D409AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D409AB

Black with #D409AB

Text Example


Text Example

White with #D409AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D409AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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