Html Css Color HEX #D500AB Hollywood Cerise

📋 copy color: '#D500AB'

red 213 ◦ green 0 ◦ blue 171

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

Shades of Hollywood Cerise #D500AB

Tints of Hollywood Cerise #D500AB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 55.47%
G = 0%
B = 44.53%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D500AB (or 0xD500AB) is known color: Hollywood Cerise. HEX triplet: D5, 00 and AB. RGB value is (213,0,171). Sum of RGB (Red+Green+Blue) = 213+0+171=384 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.47% from 384); Green value is 0 (0.39% from 255 or 0% from 384); Blue value is 171 (67.19% from 255 or 44.53% from 384); Max value from RGB is 213 - color contains mainly: red. Hex color #D500AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D500AB is #2AFF54. Grayscale: #525252. Windows color (decimal): -2817877 or 11206869. OLE color: 11206869.

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

Color convert

RGB 213 0 171 -
CMYK 0 1 0.20 0.16
HSL 311.83º 1% 0.42% -
HSV(B) 311.83º 1% 0.84% -
XYZ 34.79 17.09 39.99 -
YUV 83.18 177.57 220.6 -
System Red Green Blue C M Y K H S L
Decimal 213 0 171 0 1 0.20 0.16 311.83 1 0.42
Hex D5 0 AB 0 64 14 10 138 64 2A
Octal 325 0 253 0 144 24 20 470 144 52
Binary 11010101 0 10101011 0 1100100 10100 10000 100111000 1100100 101010

Color Harmonies of #D500AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D500AB

Black with #D500AB

Text Example


Text Example

White with #D500AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D500AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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