Html Css Color HEX #D503AB Hollywood Cerise

📋 copy color: '#D503AB'

red 213 ◦ green 3 ◦ blue 171

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

Shades of Hollywood Cerise #D503AB

Tints of Hollywood Cerise #D503AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.19%

R = 55.04%
G = 0.78%
B = 44.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D503AB (or 0xD503AB) is known color: Hollywood Cerise. HEX triplet: D5, 03 and AB. RGB value is (213,3,171). Sum of RGB (Red+Green+Blue) = 213+3+171=387 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.04% from 387); Green value is 3 (1.56% from 255 or 0.78% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 213 - color contains mainly: red. Hex color #D503AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D503AB is #2AFC54. Grayscale: #545454. Windows color (decimal): -2817109 or 11207637. OLE color: 11207637.

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

Color convert

RGB 213 3 171 -
CMYK 0 0.99 0.20 0.16
HSL 312º 0.97% 0.42% -
HSV(B) 312º 0.99% 0.84% -
XYZ 34.82 17.15 40 -
YUV 84.94 176.57 219.34 -
System Red Green Blue C M Y K H S L
Decimal 213 3 171 0 0.99 0.20 0.16 312 0.97 0.42
Hex D5 3 AB 0 63 14 10 138 61 2A
Octal 325 3 253 0 143 24 20 470 141 52
Binary 11010101 11 10101011 0 1100011 10100 10000 100111000 1100001 101010

Color Harmonies of #D503AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D503AB

Black with #D503AB

Text Example


Text Example

White with #D503AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D503AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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