Html Css Color HEX #D910B0 Hollywood Cerise

📋 copy color: '#D910B0'

red 217 ◦ green 16 ◦ blue 176

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

Shades of Hollywood Cerise #D910B0

Tints of Hollywood Cerise #D910B0

RGB

 RED value IS 217 (85.16% from 255) = 53.06%

 GREEN value IS 16 (6.64% from 255) = 3.91%

 BLUE value IS 176 (69.14% from 255) = 43.03%

R = 53.06%
G = 3.91%
B = 43.03%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D910B0 (or 0xD910B0) is known color: Hollywood Cerise. HEX triplet: D9, 10 and B0. RGB value is (217,16,176). Sum of RGB (Red+Green+Blue) = 217+16+176=409 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.06% from 409); Green value is 16 (6.64% from 255 or 3.91% from 409); Blue value is 176 (69.14% from 255 or 43.03% from 409); Max value from RGB is 217 - color contains mainly: red. Hex color #D910B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D910B0 is #26EF4F. Grayscale: #5D5D5D. Windows color (decimal): -2551632 or 11538649. OLE color: 11538649.

HSL color Cylindrical-coordinate representation of color #D910B0: hue angle of 312.24º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D910B0 is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 16 176 -
CMYK 0 0.93 0.19 0.15
HSL 312.24º 0.86% 0.46% -
HSV(B) 312.24º 0.93% 0.85% -
XYZ 36.64 18.26 42.67 -
YUV 94.34 174.09 215.49 -
System Red Green Blue C M Y K H S L
Decimal 217 16 176 0 0.93 0.19 0.15 312.24 0.86 0.46
Hex D9 10 B0 0 5D 13 F 138 56 2E
Octal 331 20 260 0 135 23 17 470 126 56
Binary 11011001 10000 10110000 0 1011101 10011 1111 100111000 1010110 101110

Color Harmonies of #D910B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D910B0

Black with #D910B0

Text Example


Text Example

White with #D910B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D910B0; }

 p { color: rgb(217,16,176); }

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

background-color css

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

 a { background-color: rgb(217,16,176); }

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

border-color css

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

 span { border-color: rgb(217,16,176); }

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