Html Css Color HEX #DB10B1 Hollywood Cerise

📋 copy color: '#DB10B1'

red 219 ◦ green 16 ◦ blue 177

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

Shades of Hollywood Cerise #DB10B1

Tints of Hollywood Cerise #DB10B1

RGB

 RED value IS 219 (85.94% from 255) = 53.16%

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

 BLUE value IS 177 (69.53% from 255) = 42.96%

R = 53.16%
G = 3.88%
B = 42.96%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DB10B1 (or 0xDB10B1) is known color: Hollywood Cerise. HEX triplet: DB, 10 and B1. RGB value is (219,16,177). Sum of RGB (Red+Green+Blue) = 219+16+177=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 16 (6.64% from 255 or 3.88% from 412); Blue value is 177 (69.53% from 255 or 42.96% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DB10B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB10B1 is #24EF4E. Grayscale: #5E5E5E. Windows color (decimal): -2420559 or 11604187. OLE color: 11604187.

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

Color convert

RGB 219 16 177 -
CMYK 0 0.93 0.19 0.14
HSL 312.41º 0.86% 0.46% -
HSV(B) 312.41º 0.93% 0.86% -
XYZ 37.33 18.6 43.22 -
YUV 95.05 174.25 216.41 -
System Red Green Blue C M Y K H S L
Decimal 219 16 177 0 0.93 0.19 0.14 312.41 0.86 0.46
Hex DB 10 B1 0 5D 13 E 138 56 2E
Octal 333 20 261 0 135 23 16 470 126 56
Binary 11011011 10000 10110001 0 1011101 10011 1110 100111000 1010110 101110

Color Harmonies of #DB10B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB10B1

Black with #DB10B1

Text Example


Text Example

White with #DB10B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB10B1; }

 p { color: rgb(219,16,177); }

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

background-color css

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

 a { background-color: rgb(219,16,177); }

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

border-color css

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

 span { border-color: rgb(219,16,177); }

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