Html Css Color HEX #D000A5 Hollywood Cerise

📋 copy color: '#D000A5'

red 208 ◦ green 0 ◦ blue 165

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

Shades of Hollywood Cerise #D000A5

Tints of Hollywood Cerise #D000A5

RGB

 RED value IS 208 (81.64% from 255) = 55.76%

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

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

R = 55.76%
G = 0%
B = 44.24%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#D000A5 (or 0xD000A5) is known color: Hollywood Cerise. HEX triplet: D0, 00 and A5. RGB value is (208,0,165). Sum of RGB (Red+Green+Blue) = 208+0+165=373 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.76% from 373); Green value is 0 (0.39% from 255 or 0% from 373); Blue value is 165 (64.84% from 255 or 44.24% from 373); Max value from RGB is 208 - color contains mainly: red. Hex color #D000A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D000A5 is #2FFF5A. Grayscale: #505050. Windows color (decimal): -3145563 or 10813648. OLE color: 10813648.

HSL color Cylindrical-coordinate representation of color #D000A5: hue angle of 312.4º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D000A5 is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 0 165 -
CMYK 0 1 0.21 0.18
HSL 312.4º 1% 0.41% -
HSV(B) 312.4º 1% 0.82% -
XYZ 32.8 16.13 36.98 -
YUV 81 175.41 218.58 -
System Red Green Blue C M Y K H S L
Decimal 208 0 165 0 1 0.21 0.18 312.4 1 0.41
Hex D0 0 A5 0 64 15 12 138 64 29
Octal 320 0 245 0 144 25 22 470 144 51
Binary 11010000 0 10100101 0 1100100 10101 10010 100111000 1100100 101001

Color Harmonies of #D000A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D000A5

Black with #D000A5

Text Example


Text Example

White with #D000A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D000A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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