Html Css Color HEX #D500A1 Hollywood Cerise

📋 copy color: '#D500A1'

red 213 ◦ green 0 ◦ blue 161

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

Shades of Hollywood Cerise #D500A1

Tints of Hollywood Cerise #D500A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 43.05%

R = 56.95%
G = 0%
B = 43.05%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#D500A1 (or 0xD500A1) is known color: Hollywood Cerise. HEX triplet: D5, 00 and A1. RGB value is (213,0,161). Sum of RGB (Red+Green+Blue) = 213+0+161=374 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.95% from 374); Green value is 0 (0.39% from 255 or 0% from 374); Blue value is 161 (63.28% from 255 or 43.05% from 374); Max value from RGB is 213 - color contains mainly: red. Hex color #D500A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D500A1 is #2AFF5E. Grayscale: #515151. Windows color (decimal): -2817887 or 10551509. OLE color: 10551509.

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

Color convert

RGB 213 0 161 -
CMYK 0 1 0.24 0.16
HSL 314.65º 1% 0.42% -
HSV(B) 314.65º 1% 0.84% -
XYZ 33.87 16.72 35.16 -
YUV 82.04 172.57 221.41 -
System Red Green Blue C M Y K H S L
Decimal 213 0 161 0 1 0.24 0.16 314.65 1 0.42
Hex D5 0 A1 0 64 18 10 13B 64 2A
Octal 325 0 241 0 144 30 20 473 144 52
Binary 11010101 0 10100001 0 1100100 11000 10000 100111011 1100100 101010

Color Harmonies of #D500A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D500A1

Black with #D500A1

Text Example


Text Example

White with #D500A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D500A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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