Html Css Color HEX #D502A7 Hollywood Cerise

📋 copy color: '#D502A7'

red 213 ◦ green 2 ◦ blue 167

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

Shades of Hollywood Cerise #D502A7

Tints of Hollywood Cerise #D502A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 43.72%

R = 55.76%
G = 0.52%
B = 43.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D502A7 (or 0xD502A7) is known color: Hollywood Cerise. HEX triplet: D5, 02 and A7. RGB value is (213,2,167). Sum of RGB (Red+Green+Blue) = 213+2+167=382 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.76% from 382); Green value is 2 (1.17% from 255 or 0.52% from 382); Blue value is 167 (65.62% from 255 or 43.72% from 382); Max value from RGB is 213 - color contains mainly: red. Hex color #D502A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D502A7 is #2AFD58. Grayscale: #535353. Windows color (decimal): -2817369 or 10945237. OLE color: 10945237.

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

Color convert

RGB 213 2 167 -
CMYK 0 0.99 0.22 0.16
HSL 313.08º 0.98% 0.42% -
HSV(B) 313.08º 0.99% 0.84% -
XYZ 34.44 16.98 38.02 -
YUV 83.9 174.9 220.08 -
System Red Green Blue C M Y K H S L
Decimal 213 2 167 0 0.99 0.22 0.16 313.08 0.98 0.42
Hex D5 2 A7 0 63 16 10 139 62 2A
Octal 325 2 247 0 143 26 20 471 142 52
Binary 11010101 10 10100111 0 1100011 10110 10000 100111001 1100010 101010

Color Harmonies of #D502A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D502A7

Black with #D502A7

Text Example


Text Example

White with #D502A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D502A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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