Html Css Color HEX #D503A1 Hollywood Cerise

📋 copy color: '#D503A1'

red 213 ◦ green 3 ◦ blue 161

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

Shades of Hollywood Cerise #D503A1

Tints of Hollywood Cerise #D503A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 42.71%

R = 56.5%
G = 0.8%
B = 42.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#D503A1 (or 0xD503A1) is known color: Hollywood Cerise. HEX triplet: D5, 03 and A1. RGB value is (213,3,161). Sum of RGB (Red+Green+Blue) = 213+3+161=377 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.50% from 377); Green value is 3 (1.56% from 255 or 0.80% from 377); Blue value is 161 (63.28% from 255 or 42.71% from 377); Max value from RGB is 213 - color contains mainly: red. Hex color #D503A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D503A1 is #2AFC5E. Grayscale: #535353. Windows color (decimal): -2817119 or 10552277. OLE color: 10552277.

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

Color convert

RGB 213 3 161 -
CMYK 0 0.99 0.24 0.16
HSL 314.86º 0.97% 0.42% -
HSV(B) 314.86º 0.99% 0.84% -
XYZ 33.91 16.78 35.17 -
YUV 83.8 171.57 220.15 -
System Red Green Blue C M Y K H S L
Decimal 213 3 161 0 0.99 0.24 0.16 314.86 0.97 0.42
Hex D5 3 A1 0 63 18 10 13B 61 2A
Octal 325 3 241 0 143 30 20 473 141 52
Binary 11010101 11 10100001 0 1100011 11000 10000 100111011 1100001 101010

Color Harmonies of #D503A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D503A1

Black with #D503A1

Text Example


Text Example

White with #D503A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D503A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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