Html Css Color HEX #D503A9 Hollywood Cerise

📋 copy color: '#D503A9'

red 213 ◦ green 3 ◦ blue 169

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

Shades of Hollywood Cerise #D503A9

Tints of Hollywood Cerise #D503A9

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.78%

 BLUE value IS 169 (66.41% from 255) = 43.9%

R = 55.32%
G = 0.78%
B = 43.9%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D503A9 (or 0xD503A9) is known color: Hollywood Cerise. HEX triplet: D5, 03 and A9. RGB value is (213,3,169). Sum of RGB (Red+Green+Blue) = 213+3+169=385 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.32% from 385); Green value is 3 (1.56% from 255 or 0.78% from 385); Blue value is 169 (66.41% from 255 or 43.90% from 385); Max value from RGB is 213 - color contains mainly: red. Hex color #D503A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D503A9 is #2AFC56. Grayscale: #545454. Windows color (decimal): -2817111 or 11076565. OLE color: 11076565.

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

Color convert

RGB 213 3 169 -
CMYK 0 0.99 0.21 0.16
HSL 312.57º 0.97% 0.42% -
HSV(B) 312.57º 0.99% 0.84% -
XYZ 34.63 17.08 39.01 -
YUV 84.71 175.57 219.5 -
System Red Green Blue C M Y K H S L
Decimal 213 3 169 0 0.99 0.21 0.16 312.57 0.97 0.42
Hex D5 3 A9 0 63 15 10 139 61 2A
Octal 325 3 251 0 143 25 20 471 141 52
Binary 11010101 11 10101001 0 1100011 10101 10000 100111001 1100001 101010

Color Harmonies of #D503A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D503A9

Black with #D503A9

Text Example


Text Example

White with #D503A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D503A9; }

 p { color: rgb(213,3,169); }

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

background-color css

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

 a { background-color: rgb(213,3,169); }

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

border-color css

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

 span { border-color: rgb(213,3,169); }

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