Html Css Color HEX #D900A5 Hollywood Cerise

📋 copy color: '#D900A5'

red 217 ◦ green 0 ◦ blue 165

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

Shades of Hollywood Cerise #D900A5

Tints of Hollywood Cerise #D900A5

RGB

 RED value IS 217 (85.16% from 255) = 56.81%

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

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

R = 56.81%
G = 0%
B = 43.19%

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

#D900A5 (or 0xD900A5) is known color: Hollywood Cerise. HEX triplet: D9, 00 and A5. RGB value is (217,0,165). Sum of RGB (Red+Green+Blue) = 217+0+165=382 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.81% from 382); Green value is 0 (0.39% from 255 or 0% from 382); Blue value is 165 (64.84% from 255 or 43.19% from 382); Max value from RGB is 217 - color contains mainly: red. Hex color #D900A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D900A5 is #26FF5A. Grayscale: #535353. Windows color (decimal): -2555739 or 10813657. OLE color: 10813657.

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

Color convert

RGB 217 0 165 -
CMYK 0 1 0.24 0.15
HSL 314.38º 1% 0.43% -
HSV(B) 314.38º 1% 0.85% -
XYZ 35.41 17.47 37.1 -
YUV 83.69 173.89 223.08 -
System Red Green Blue C M Y K H S L
Decimal 217 0 165 0 1 0.24 0.15 314.38 1 0.43
Hex D9 0 A5 0 64 18 F 13A 64 2B
Octal 331 0 245 0 144 30 17 472 144 53
Binary 11011001 0 10100101 0 1100100 11000 1111 100111010 1100100 101011

Color Harmonies of #D900A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D900A5

Black with #D900A5

Text Example


Text Example

White with #D900A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D900A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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