Html Css Color HEX #D100A5 Hollywood Cerise

📋 copy color: '#D100A5'

red 209 ◦ green 0 ◦ blue 165

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

Shades of Hollywood Cerise #D100A5

Tints of Hollywood Cerise #D100A5

RGB

 RED value IS 209 (82.03% from 255) = 55.88%

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

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

R = 55.88%
G = 0%
B = 44.12%

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

#D100A5 (or 0xD100A5) is known color: Hollywood Cerise. HEX triplet: D1, 00 and A5. RGB value is (209,0,165). Sum of RGB (Red+Green+Blue) = 209+0+165=374 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.88% from 374); Green value is 0 (0.39% from 255 or 0% from 374); Blue value is 165 (64.84% from 255 or 44.12% from 374); Max value from RGB is 209 - color contains mainly: red. Hex color #D100A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D100A5 is #2EFF5A. Grayscale: #505050. Windows color (decimal): -3080027 or 10813649. OLE color: 10813649.

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

Color convert

RGB 209 0 165 -
CMYK 0 1 0.21 0.18
HSL 312.63º 1% 0.41% -
HSV(B) 312.63º 1% 0.82% -
XYZ 33.09 16.27 36.99 -
YUV 81.3 175.24 219.08 -
System Red Green Blue C M Y K H S L
Decimal 209 0 165 0 1 0.21 0.18 312.63 1 0.41
Hex D1 0 A5 0 64 15 12 139 64 29
Octal 321 0 245 0 144 25 22 471 144 51
Binary 11010001 0 10100101 0 1100100 10101 10010 100111001 1100100 101001

Color Harmonies of #D100A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D100A5

Black with #D100A5

Text Example


Text Example

White with #D100A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D100A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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