Html Css Color HEX #D101A5 Hollywood Cerise

📋 copy color: '#D101A5'

red 209 ◦ green 1 ◦ blue 165

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

Shades of Hollywood Cerise #D101A5

Tints of Hollywood Cerise #D101A5

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

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

R = 55.73%
G = 0.27%
B = 44%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#D101A5 (or 0xD101A5) is known color: Hollywood Cerise. HEX triplet: D1, 01 and A5. RGB value is (209,1,165). Sum of RGB (Red+Green+Blue) = 209+1+165=375 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.73% from 375); Green value is 1 (0.78% from 255 or 0.27% from 375); Blue value is 165 (64.84% from 255 or 44% from 375); Max value from RGB is 209 - color contains mainly: red. Hex color #D101A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D101A5 is #2EFE5A. Grayscale: #515151. Windows color (decimal): -3079771 or 10813905. OLE color: 10813905.

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

Color convert

RGB 209 1 165 -
CMYK 0 1.00 0.21 0.18
HSL 312.69º 0.99% 0.41% -
HSV(B) 312.69º 1% 0.82% -
XYZ 33.1 16.29 37 -
YUV 81.89 174.91 218.66 -
System Red Green Blue C M Y K H S L
Decimal 209 1 165 0 1.00 0.21 0.18 312.69 0.99 0.41
Hex D1 1 A5 0 64 15 12 139 63 29
Octal 321 1 245 0 144 25 22 471 143 51
Binary 11010001 1 10100101 0 1100100 10101 10010 100111001 1100011 101001

Color Harmonies of #D101A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D101A5

Black with #D101A5

Text Example


Text Example

White with #D101A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D101A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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