Html Css Color HEX #D500A5 Hollywood Cerise

📋 copy color: '#D500A5'

red 213 ◦ green 0 ◦ blue 165

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

Shades of Hollywood Cerise #D500A5

Tints of Hollywood Cerise #D500A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 43.65%

R = 56.35%
G = 0%
B = 43.65%

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

#D500A5 (or 0xD500A5) is known color: Hollywood Cerise. HEX triplet: D5, 00 and A5. RGB value is (213,0,165). Sum of RGB (Red+Green+Blue) = 213+0+165=378 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.35% from 378); Green value is 0 (0.39% from 255 or 0% from 378); Blue value is 165 (64.84% from 255 or 43.65% from 378); Max value from RGB is 213 - color contains mainly: red. Hex color #D500A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D500A5 is #2AFF5A. Grayscale: #525252. Windows color (decimal): -2817883 or 10813653. OLE color: 10813653.

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

Color convert

RGB 213 0 165 -
CMYK 0 1 0.23 0.16
HSL 313.52º 1% 0.42% -
HSV(B) 313.52º 1% 0.84% -
XYZ 34.23 16.86 37.05 -
YUV 82.5 174.57 221.08 -
System Red Green Blue C M Y K H S L
Decimal 213 0 165 0 1 0.23 0.16 313.52 1 0.42
Hex D5 0 A5 0 64 17 10 13A 64 2A
Octal 325 0 245 0 144 27 20 472 144 52
Binary 11010101 0 10100101 0 1100100 10111 10000 100111010 1100100 101010

Color Harmonies of #D500A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D500A5

Black with #D500A5

Text Example


Text Example

White with #D500A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D500A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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