Html Css Color HEX #D800A5 Hollywood Cerise

📋 copy color: '#D800A5'

red 216 ◦ green 0 ◦ blue 165

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

Shades of Hollywood Cerise #D800A5

Tints of Hollywood Cerise #D800A5

RGB

 RED value IS 216 (84.77% from 255) = 56.69%

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

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

R = 56.69%
G = 0%
B = 43.31%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#D800A5 (or 0xD800A5) is known color: Hollywood Cerise. HEX triplet: D8, 00 and A5. RGB value is (216,0,165). Sum of RGB (Red+Green+Blue) = 216+0+165=381 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.69% from 381); Green value is 0 (0.39% from 255 or 0% from 381); Blue value is 165 (64.84% from 255 or 43.31% from 381); Max value from RGB is 216 - color contains mainly: red. Hex color #D800A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D800A5 is #27FF5A. Grayscale: #525252. Windows color (decimal): -2621275 or 10813656. OLE color: 10813656.

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

Color convert

RGB 216 0 165 -
CMYK 0 1 0.24 0.15
HSL 314.17º 1% 0.42% -
HSV(B) 314.17º 1% 0.85% -
XYZ 35.11 17.32 37.09 -
YUV 83.39 174.06 222.58 -
System Red Green Blue C M Y K H S L
Decimal 216 0 165 0 1 0.24 0.15 314.17 1 0.42
Hex D8 0 A5 0 64 18 F 13A 64 2A
Octal 330 0 245 0 144 30 17 472 144 52
Binary 11011000 0 10100101 0 1100100 11000 1111 100111010 1100100 101010

Color Harmonies of #D800A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D800A5

Black with #D800A5

Text Example


Text Example

White with #D800A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D800A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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