Html Css Color HEX #DB0FA5 Hollywood Cerise

📋 copy color: '#DB0FA5'

red 219 ◦ green 15 ◦ blue 165

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

Shades of Hollywood Cerise #DB0FA5

Tints of Hollywood Cerise #DB0FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 41.35%

R = 54.89%
G = 3.76%
B = 41.35%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DB0FA5 (or 0xDB0FA5) is known color: Hollywood Cerise. HEX triplet: DB, 0F and A5. RGB value is (219,15,165). Sum of RGB (Red+Green+Blue) = 219+15+165=399 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.89% from 399); Green value is 15 (6.25% from 255 or 3.76% from 399); Blue value is 165 (64.84% from 255 or 41.35% from 399); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0FA5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0FA5 is #24F05A. Grayscale: #5C5C5C. Windows color (decimal): -2420827 or 10817499. OLE color: 10817499.

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

Color convert

RGB 219 15 165 -
CMYK 0 0.93 0.25 0.14
HSL 315.88º 0.87% 0.46% -
HSV(B) 315.88º 0.93% 0.86% -
XYZ 36.18 18.12 37.19 -
YUV 93.1 168.59 217.8 -
System Red Green Blue C M Y K H S L
Decimal 219 15 165 0 0.93 0.25 0.14 315.88 0.87 0.46
Hex DB F A5 0 5D 19 E 13C 57 2E
Octal 333 17 245 0 135 31 16 474 127 56
Binary 11011011 1111 10100101 0 1011101 11001 1110 100111100 1010111 101110

Color Harmonies of #DB0FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0FA5

Black with #DB0FA5

Text Example


Text Example

White with #DB0FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0FA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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