Html Css Color HEX #D509AB Hollywood Cerise

📋 copy color: '#D509AB'

red 213 ◦ green 9 ◦ blue 171

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

Shades of Hollywood Cerise #D509AB

Tints of Hollywood Cerise #D509AB

RGB

 RED value IS 213 (83.59% from 255) = 54.2%

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

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

R = 54.2%
G = 2.29%
B = 43.51%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D509AB (or 0xD509AB) is known color: Hollywood Cerise. HEX triplet: D5, 09 and AB. RGB value is (213,9,171). Sum of RGB (Red+Green+Blue) = 213+9+171=393 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.20% from 393); Green value is 9 (3.91% from 255 or 2.29% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 213 - color contains mainly: red. Hex color #D509AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D509AB is #2AF654. Grayscale: #585858. Windows color (decimal): -2815573 or 11209173. OLE color: 11209173.

HSL color Cylindrical-coordinate representation of color #D509AB: hue angle of 312.35º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D509AB is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 9 171 -
CMYK 0 0.96 0.20 0.16
HSL 312.35º 0.92% 0.44% -
HSV(B) 312.35º 0.96% 0.84% -
XYZ 34.89 17.28 40.02 -
YUV 88.46 174.59 216.83 -
System Red Green Blue C M Y K H S L
Decimal 213 9 171 0 0.96 0.20 0.16 312.35 0.92 0.44
Hex D5 9 AB 0 60 14 10 138 5C 2C
Octal 325 11 253 0 140 24 20 470 134 54
Binary 11010101 1001 10101011 0 1100000 10100 10000 100111000 1011100 101100

Color Harmonies of #D509AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D509AB

Black with #D509AB

Text Example


Text Example

White with #D509AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D509AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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