Html Css Color HEX #D100A2 Hollywood Cerise

📋 copy color: '#D100A2'

red 209 ◦ green 0 ◦ blue 162

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

Shades of Hollywood Cerise #D100A2

Tints of Hollywood Cerise #D100A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 43.67%

R = 56.33%
G = 0%
B = 43.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.22

 K value IS 0.18

RGB Variations

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

Color information

#D100A2 (or 0xD100A2) is known color: Hollywood Cerise. HEX triplet: D1, 00 and A2. RGB value is (209,0,162). Sum of RGB (Red+Green+Blue) = 209+0+162=371 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.33% from 371); Green value is 0 (0.39% from 255 or 0% from 371); Blue value is 162 (63.67% from 255 or 43.67% from 371); Max value from RGB is 209 - color contains mainly: red. Hex color #D100A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D100A2 is #2EFF5D. Grayscale: #505050. Windows color (decimal): -3080030 or 10617041. OLE color: 10617041.

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

Color convert

RGB 209 0 162 -
CMYK 0 1 0.22 0.18
HSL 313.49º 1% 0.41% -
HSV(B) 313.49º 1% 0.82% -
XYZ 32.82 16.16 35.57 -
YUV 80.96 173.74 219.33 -
System Red Green Blue C M Y K H S L
Decimal 209 0 162 0 1 0.22 0.18 313.49 1 0.41
Hex D1 0 A2 0 64 16 12 139 64 29
Octal 321 0 242 0 144 26 22 471 144 51
Binary 11010001 0 10100010 0 1100100 10110 10010 100111001 1100100 101001

Color Harmonies of #D100A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D100A2

Black with #D100A2

Text Example


Text Example

White with #D100A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D100A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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