Html Css Color HEX #DB10AF Hollywood Cerise

📋 copy color: '#DB10AF'

red 219 ◦ green 16 ◦ blue 175

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

Shades of Hollywood Cerise #DB10AF

Tints of Hollywood Cerise #DB10AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.68%

R = 53.41%
G = 3.9%
B = 42.68%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DB10AF (or 0xDB10AF) is known color: Hollywood Cerise. HEX triplet: DB, 10 and AF. RGB value is (219,16,175). Sum of RGB (Red+Green+Blue) = 219+16+175=410 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.41% from 410); Green value is 16 (6.64% from 255 or 3.90% from 410); Blue value is 175 (68.75% from 255 or 42.68% from 410); Max value from RGB is 219 - color contains mainly: red. Hex color #DB10AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB10AF is #24EF50. Grayscale: #5E5E5E. Windows color (decimal): -2420561 or 11473115. OLE color: 11473115.

HSL color Cylindrical-coordinate representation of color #DB10AF: hue angle of 313º 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 #DB10AF is Cyan = 0, Magento = 0.93, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 16 175 -
CMYK 0 0.93 0.20 0.14
HSL 313º 0.86% 0.46% -
HSV(B) 313º 0.93% 0.86% -
XYZ 37.14 18.53 42.18 -
YUV 94.82 173.25 216.57 -
System Red Green Blue C M Y K H S L
Decimal 219 16 175 0 0.93 0.20 0.14 313 0.86 0.46
Hex DB 10 AF 0 5D 14 E 139 56 2E
Octal 333 20 257 0 135 24 16 471 126 56
Binary 11011011 10000 10101111 0 1011101 10100 1110 100111001 1010110 101110

Color Harmonies of #DB10AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB10AF

Black with #DB10AF

Text Example


Text Example

White with #DB10AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB10AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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