Html Css Color HEX #D502AC Hollywood Cerise

📋 copy color: '#D502AC'

red 213 ◦ green 2 ◦ blue 172

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

Shades of Hollywood Cerise #D502AC

Tints of Hollywood Cerise #D502AC

RGB

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

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

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

R = 55.04%
G = 0.52%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D502AC (or 0xD502AC) is known color: Hollywood Cerise. HEX triplet: D5, 02 and AC. RGB value is (213,2,172). Sum of RGB (Red+Green+Blue) = 213+2+172=387 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.04% from 387); Green value is 2 (1.17% from 255 or 0.52% from 387); Blue value is 172 (67.58% from 255 or 44.44% from 387); Max value from RGB is 213 - color contains mainly: red. Hex color #D502AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D502AC is #2AFD53. Grayscale: #545454. Windows color (decimal): -2817364 or 11272917. OLE color: 11272917.

HSL color Cylindrical-coordinate representation of color #D502AC: hue angle of 311.66º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D502AC is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 2 172 -
CMYK 0 0.99 0.19 0.16
HSL 311.66º 0.98% 0.42% -
HSV(B) 311.66º 0.99% 0.84% -
XYZ 34.91 17.17 40.5 -
YUV 84.47 177.4 219.68 -
System Red Green Blue C M Y K H S L
Decimal 213 2 172 0 0.99 0.19 0.16 311.66 0.98 0.42
Hex D5 2 AC 0 63 13 10 138 62 2A
Octal 325 2 254 0 143 23 20 470 142 52
Binary 11010101 10 10101100 0 1100011 10011 10000 100111000 1100010 101010

Color Harmonies of #D502AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D502AC

Black with #D502AC

Text Example


Text Example

White with #D502AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D502AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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