Html Css Color HEX #D500A4 Hollywood Cerise

📋 copy color: '#D500A4'

red 213 ◦ green 0 ◦ blue 164

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

Shades of Hollywood Cerise #D500A4

Tints of Hollywood Cerise #D500A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 43.5%

R = 56.5%
G = 0%
B = 43.5%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D500A4 (or 0xD500A4) is known color: Hollywood Cerise. HEX triplet: D5, 00 and A4. RGB value is (213,0,164). Sum of RGB (Red+Green+Blue) = 213+0+164=377 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.50% from 377); Green value is 0 (0.39% from 255 or 0% from 377); Blue value is 164 (64.45% from 255 or 43.50% from 377); Max value from RGB is 213 - color contains mainly: red. Hex color #D500A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D500A4 is #2AFF5B. Grayscale: #515151. Windows color (decimal): -2817884 or 10748117. OLE color: 10748117.

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

Color convert

RGB 213 0 164 -
CMYK 0 1 0.23 0.16
HSL 313.8º 1% 0.42% -
HSV(B) 313.8º 1% 0.84% -
XYZ 34.14 16.83 36.57 -
YUV 82.38 174.07 221.16 -
System Red Green Blue C M Y K H S L
Decimal 213 0 164 0 1 0.23 0.16 313.8 1 0.42
Hex D5 0 A4 0 64 17 10 13A 64 2A
Octal 325 0 244 0 144 27 20 472 144 52
Binary 11010101 0 10100100 0 1100100 10111 10000 100111010 1100100 101010

Color Harmonies of #D500A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D500A4

Black with #D500A4

Text Example


Text Example

White with #D500A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D500A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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