Html Css Color HEX #DB0FA1 Hollywood Cerise

📋 copy color: '#DB0FA1'

red 219 ◦ green 15 ◦ blue 161

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

Shades of Hollywood Cerise #DB0FA1

Tints of Hollywood Cerise #DB0FA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 40.76%

R = 55.44%
G = 3.8%
B = 40.76%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#DB0FA1 (or 0xDB0FA1) is known color: Hollywood Cerise. HEX triplet: DB, 0F and A1. RGB value is (219,15,161). Sum of RGB (Red+Green+Blue) = 219+15+161=395 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.44% from 395); Green value is 15 (6.25% from 255 or 3.80% from 395); Blue value is 161 (63.28% from 255 or 40.76% from 395); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0FA1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0FA1 is #24F05E. Grayscale: #5C5C5C. Windows color (decimal): -2420831 or 10555355. OLE color: 10555355.

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

Color convert

RGB 219 15 161 -
CMYK 0 0.93 0.26 0.14
HSL 317.06º 0.87% 0.46% -
HSV(B) 317.06º 0.93% 0.86% -
XYZ 35.82 17.97 35.3 -
YUV 92.64 166.59 218.13 -
System Red Green Blue C M Y K H S L
Decimal 219 15 161 0 0.93 0.26 0.14 317.06 0.87 0.46
Hex DB F A1 0 5D 1A E 13D 57 2E
Octal 333 17 241 0 135 32 16 475 127 56
Binary 11011011 1111 10100001 0 1011101 11010 1110 100111101 1010111 101110

Color Harmonies of #DB0FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0FA1

Black with #DB0FA1

Text Example


Text Example

White with #DB0FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0FA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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