Html Css Color HEX #D503AD Hollywood Cerise

📋 copy color: '#D503AD'

red 213 ◦ green 3 ◦ blue 173

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

Shades of Hollywood Cerise #D503AD

Tints of Hollywood Cerise #D503AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 44.47%

R = 54.76%
G = 0.77%
B = 44.47%

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

#D503AD (or 0xD503AD) is known color: Hollywood Cerise. HEX triplet: D5, 03 and AD. RGB value is (213,3,173). Sum of RGB (Red+Green+Blue) = 213+3+173=389 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.76% from 389); Green value is 3 (1.56% from 255 or 0.77% from 389); Blue value is 173 (67.97% from 255 or 44.47% from 389); Max value from RGB is 213 - color contains mainly: red. Hex color #D503AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D503AD is #2AFC52. Grayscale: #545454. Windows color (decimal): -2817107 or 11338709. OLE color: 11338709.

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

Color convert

RGB 213 3 173 -
CMYK 0 0.99 0.19 0.16
HSL 311.43º 0.97% 0.42% -
HSV(B) 311.43º 0.99% 0.84% -
XYZ 35.02 17.23 41.02 -
YUV 85.17 177.57 219.18 -
System Red Green Blue C M Y K H S L
Decimal 213 3 173 0 0.99 0.19 0.16 311.43 0.97 0.42
Hex D5 3 AD 0 63 13 10 137 61 2A
Octal 325 3 255 0 143 23 20 467 141 52
Binary 11010101 11 10101101 0 1100011 10011 10000 100110111 1100001 101010

Color Harmonies of #D503AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D503AD

Black with #D503AD

Text Example


Text Example

White with #D503AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D503AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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