Html Css Color HEX #D501A3 Hollywood Cerise

📋 copy color: '#D501A3'

red 213 ◦ green 1 ◦ blue 163

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

Shades of Hollywood Cerise #D501A3

Tints of Hollywood Cerise #D501A3

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

 BLUE value IS 163 (64.06% from 255) = 43.24%

R = 56.5%
G = 0.27%
B = 43.24%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D501A3 (or 0xD501A3) is known color: Hollywood Cerise. HEX triplet: D5, 01 and A3. RGB value is (213,1,163). Sum of RGB (Red+Green+Blue) = 213+1+163=377 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.50% from 377); Green value is 1 (0.78% from 255 or 0.27% from 377); Blue value is 163 (64.06% from 255 or 43.24% from 377); Max value from RGB is 213 - color contains mainly: red. Hex color #D501A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D501A3 is #2AFE5C. Grayscale: #525252. Windows color (decimal): -2817629 or 10682837. OLE color: 10682837.

HSL color Cylindrical-coordinate representation of color #D501A3: hue angle of 314.15º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D501A3 is Cyan = 0, Magento = 1.00, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 1 163 -
CMYK 0 1.00 0.23 0.16
HSL 314.15º 0.99% 0.42% -
HSV(B) 314.15º 1% 0.84% -
XYZ 34.06 16.81 36.1 -
YUV 82.86 173.24 220.83 -
System Red Green Blue C M Y K H S L
Decimal 213 1 163 0 1.00 0.23 0.16 314.15 0.99 0.42
Hex D5 1 A3 0 64 17 10 13A 63 2A
Octal 325 1 243 0 144 27 20 472 143 52
Binary 11010101 1 10100011 0 1100100 10111 10000 100111010 1100011 101010

Color Harmonies of #D501A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D501A3

Black with #D501A3

Text Example


Text Example

White with #D501A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D501A3; }

 p { color: rgb(213,1,163); }

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

background-color css

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

 a { background-color: rgb(213,1,163); }

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

border-color css

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

 span { border-color: rgb(213,1,163); }

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