Html Css Color HEX #D500A3 Hollywood Cerise

📋 copy color: '#D500A3'

red 213 ◦ green 0 ◦ blue 163

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

Shades of Hollywood Cerise #D500A3

Tints of Hollywood Cerise #D500A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 43.35%

R = 56.65%
G = 0%
B = 43.35%

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

#D500A3 (or 0xD500A3) is known color: Hollywood Cerise. HEX triplet: D5, 00 and A3. RGB value is (213,0,163). Sum of RGB (Red+Green+Blue) = 213+0+163=376 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.65% from 376); Green value is 0 (0.39% from 255 or 0% from 376); Blue value is 163 (64.06% from 255 or 43.35% from 376); Max value from RGB is 213 - color contains mainly: red. Hex color #D500A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D500A3 is #2AFF5C. Grayscale: #515151. Windows color (decimal): -2817885 or 10682581. OLE color: 10682581.

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

Color convert

RGB 213 0 163 -
CMYK 0 1 0.23 0.16
HSL 314.08º 1% 0.42% -
HSV(B) 314.08º 1% 0.84% -
XYZ 34.05 16.79 36.1 -
YUV 82.27 173.57 221.25 -
System Red Green Blue C M Y K H S L
Decimal 213 0 163 0 1 0.23 0.16 314.08 1 0.42
Hex D5 0 A3 0 64 17 10 13A 64 2A
Octal 325 0 243 0 144 27 20 472 144 52
Binary 11010101 0 10100011 0 1100100 10111 10000 100111010 1100100 101010

Color Harmonies of #D500A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D500A3

Black with #D500A3

Text Example


Text Example

White with #D500A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D500A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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