Html Css Color HEX #D10BA9 Hollywood Cerise

📋 copy color: '#D10BA9'

red 209 ◦ green 11 ◦ blue 169

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

Shades of Hollywood Cerise #D10BA9

Tints of Hollywood Cerise #D10BA9

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.83%

 BLUE value IS 169 (66.41% from 255) = 43.44%

R = 53.73%
G = 2.83%
B = 43.44%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D10BA9 (or 0xD10BA9) is known color: Hollywood Cerise. HEX triplet: D1, 0B and A9. RGB value is (209,11,169). Sum of RGB (Red+Green+Blue) = 209+11+169=389 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.73% from 389); Green value is 11 (4.69% from 255 or 2.83% from 389); Blue value is 169 (66.41% from 255 or 43.44% from 389); Max value from RGB is 209 - color contains mainly: red. Hex color #D10BA9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10BA9 is #2EF456. Grayscale: #575757. Windows color (decimal): -3077207 or 11078609. OLE color: 11078609.

HSL color Cylindrical-coordinate representation of color #D10BA9: hue angle of 312.12º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D10BA9 is Cyan = 0, Magento = 0.95, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 11 169 -
CMYK 0 0.95 0.19 0.18
HSL 312.12º 0.9% 0.43% -
HSV(B) 312.12º 0.95% 0.82% -
XYZ 33.58 16.66 38.98 -
YUV 88.21 173.6 214.15 -
System Red Green Blue C M Y K H S L
Decimal 209 11 169 0 0.95 0.19 0.18 312.12 0.9 0.43
Hex D1 B A9 0 5F 13 12 138 5A 2B
Octal 321 13 251 0 137 23 22 470 132 53
Binary 11010001 1011 10101001 0 1011111 10011 10010 100111000 1011010 101011

Color Harmonies of #D10BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10BA9

Black with #D10BA9

Text Example


Text Example

White with #D10BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10BA9; }

 p { color: rgb(209,11,169); }

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

background-color css

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

 a { background-color: rgb(209,11,169); }

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

border-color css

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

 span { border-color: rgb(209,11,169); }

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