Html Css Color HEX #DB0FA6 Hollywood Cerise

📋 copy color: '#DB0FA6'

red 219 ◦ green 15 ◦ blue 166

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

Shades of Hollywood Cerise #DB0FA6

Tints of Hollywood Cerise #DB0FA6

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.75%

 BLUE value IS 166 (65.23% from 255) = 41.5%

R = 54.75%
G = 3.75%
B = 41.5%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#DB0FA6 (or 0xDB0FA6) is known color: Hollywood Cerise. HEX triplet: DB, 0F and A6. RGB value is (219,15,166). Sum of RGB (Red+Green+Blue) = 219+15+166=400 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.75% from 400); Green value is 15 (6.25% from 255 or 3.75% from 400); Blue value is 166 (65.23% from 255 or 41.5% from 400); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0FA6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0FA6 is #24F059. Grayscale: #5C5C5C. Windows color (decimal): -2420826 or 10883035. OLE color: 10883035.

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

Color convert

RGB 219 15 166 -
CMYK 0 0.93 0.24 0.14
HSL 315.59º 0.87% 0.46% -
HSV(B) 315.59º 0.93% 0.86% -
XYZ 36.27 18.15 37.67 -
YUV 93.21 169.09 217.72 -
System Red Green Blue C M Y K H S L
Decimal 219 15 166 0 0.93 0.24 0.14 315.59 0.87 0.46
Hex DB F A6 0 5D 18 E 13C 57 2E
Octal 333 17 246 0 135 30 16 474 127 56
Binary 11011011 1111 10100110 0 1011101 11000 1110 100111100 1010111 101110

Color Harmonies of #DB0FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0FA6

Black with #DB0FA6

Text Example


Text Example

White with #DB0FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0FA6; }

 p { color: rgb(219,15,166); }

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

background-color css

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

 a { background-color: rgb(219,15,166); }

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

border-color css

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

 span { border-color: rgb(219,15,166); }

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