Html Css Color HEX #D509AC Hollywood Cerise

📋 copy color: '#D509AC'

red 213 ◦ green 9 ◦ blue 172

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

Shades of Hollywood Cerise #D509AC

Tints of Hollywood Cerise #D509AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.65%

R = 54.06%
G = 2.28%
B = 43.65%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D509AC (or 0xD509AC) is known color: Hollywood Cerise. HEX triplet: D5, 09 and AC. RGB value is (213,9,172). Sum of RGB (Red+Green+Blue) = 213+9+172=394 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.06% from 394); Green value is 9 (3.91% from 255 or 2.28% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 213 - color contains mainly: red. Hex color #D509AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D509AC is #2AF653. Grayscale: #585858. Windows color (decimal): -2815572 or 11274709. OLE color: 11274709.

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

Color convert

RGB 213 9 172 -
CMYK 0 0.96 0.19 0.16
HSL 312.06º 0.92% 0.44% -
HSV(B) 312.06º 0.96% 0.84% -
XYZ 34.98 17.32 40.53 -
YUV 88.58 175.09 216.75 -
System Red Green Blue C M Y K H S L
Decimal 213 9 172 0 0.96 0.19 0.16 312.06 0.92 0.44
Hex D5 9 AC 0 60 13 10 138 5C 2C
Octal 325 11 254 0 140 23 20 470 134 54
Binary 11010101 1001 10101100 0 1100000 10011 10000 100111000 1011100 101100

Color Harmonies of #D509AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D509AC

Black with #D509AC

Text Example


Text Example

White with #D509AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D509AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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