Html Css Color HEX #D502A0 Hollywood Cerise

📋 copy color: '#D502A0'

red 213 ◦ green 2 ◦ blue 160

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

Shades of Hollywood Cerise #D502A0

Tints of Hollywood Cerise #D502A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 42.67%

R = 56.8%
G = 0.53%
B = 42.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D502A0 (or 0xD502A0) is known color: Hollywood Cerise. HEX triplet: D5, 02 and A0. RGB value is (213,2,160). Sum of RGB (Red+Green+Blue) = 213+2+160=375 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.8% from 375); Green value is 2 (1.17% from 255 or 0.53% from 375); Blue value is 160 (62.89% from 255 or 42.67% from 375); Max value from RGB is 213 - color contains mainly: red. Hex color #D502A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D502A0 is #2AFD5F. Grayscale: #525252. Windows color (decimal): -2817376 or 10486485. OLE color: 10486485.

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

Color convert

RGB 213 2 160 -
CMYK 0 0.99 0.25 0.16
HSL 315.07º 0.98% 0.42% -
HSV(B) 315.07º 0.99% 0.84% -
XYZ 33.81 16.73 34.7 -
YUV 83.1 171.4 220.65 -
System Red Green Blue C M Y K H S L
Decimal 213 2 160 0 0.99 0.25 0.16 315.07 0.98 0.42
Hex D5 2 A0 0 63 19 10 13B 62 2A
Octal 325 2 240 0 143 31 20 473 142 52
Binary 11010101 10 10100000 0 1100011 11001 10000 100111011 1100010 101010

Color Harmonies of #D502A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D502A0

Black with #D502A0

Text Example


Text Example

White with #D502A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D502A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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