Html Css Color HEX #D509A8 Hollywood Cerise

📋 copy color: '#D509A8'

red 213 ◦ green 9 ◦ blue 168

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

Shades of Hollywood Cerise #D509A8

Tints of Hollywood Cerise #D509A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 43.08%

R = 54.62%
G = 2.31%
B = 43.08%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D509A8 (or 0xD509A8) is known color: Hollywood Cerise. HEX triplet: D5, 09 and A8. RGB value is (213,9,168). Sum of RGB (Red+Green+Blue) = 213+9+168=390 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.62% from 390); Green value is 9 (3.91% from 255 or 2.31% from 390); Blue value is 168 (66.02% from 255 or 43.08% from 390); Max value from RGB is 213 - color contains mainly: red. Hex color #D509A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D509A8 is #2AF657. Grayscale: #575757. Windows color (decimal): -2815576 or 11012565. OLE color: 11012565.

HSL color Cylindrical-coordinate representation of color #D509A8: hue angle of 313.24º 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 #D509A8 is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 9 168 -
CMYK 0 0.96 0.21 0.16
HSL 313.24º 0.92% 0.44% -
HSV(B) 313.24º 0.96% 0.84% -
XYZ 34.61 17.17 38.54 -
YUV 88.12 173.09 217.07 -
System Red Green Blue C M Y K H S L
Decimal 213 9 168 0 0.96 0.21 0.16 313.24 0.92 0.44
Hex D5 9 A8 0 60 15 10 139 5C 2C
Octal 325 11 250 0 140 25 20 471 134 54
Binary 11010101 1001 10101000 0 1100000 10101 10000 100111001 1011100 101100

Color Harmonies of #D509A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D509A8

Black with #D509A8

Text Example


Text Example

White with #D509A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D509A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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