Html Css Color HEX #D501AB Hollywood Cerise

📋 copy color: '#D501AB'

red 213 ◦ green 1 ◦ blue 171

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

Shades of Hollywood Cerise #D501AB

Tints of Hollywood Cerise #D501AB

RGB

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

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

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

R = 55.32%
G = 0.26%
B = 44.42%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D501AB (or 0xD501AB) is known color: Hollywood Cerise. HEX triplet: D5, 01 and AB. RGB value is (213,1,171). Sum of RGB (Red+Green+Blue) = 213+1+171=385 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.32% from 385); Green value is 1 (0.78% from 255 or 0.26% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 213 - color contains mainly: red. Hex color #D501AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D501AB is #2AFE54. Grayscale: #535353. Windows color (decimal): -2817621 or 11207125. OLE color: 11207125.

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

Color convert

RGB 213 1 171 -
CMYK 0 1.00 0.20 0.16
HSL 311.89º 0.99% 0.42% -
HSV(B) 311.89º 1% 0.84% -
XYZ 34.8 17.11 40 -
YUV 83.77 177.24 220.18 -
System Red Green Blue C M Y K H S L
Decimal 213 1 171 0 1.00 0.20 0.16 311.89 0.99 0.42
Hex D5 1 AB 0 64 14 10 138 63 2A
Octal 325 1 253 0 144 24 20 470 143 52
Binary 11010101 1 10101011 0 1100100 10100 10000 100111000 1100011 101010

Color Harmonies of #D501AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D501AB

Black with #D501AB

Text Example


Text Example

White with #D501AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D501AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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