Html Css Color HEX #DB0695 Hollywood Cerise

📋 copy color: '#DB0695'

red 219 ◦ green 6 ◦ blue 149

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

Shades of Hollywood Cerise #DB0695

Tints of Hollywood Cerise #DB0695

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.6%

 BLUE value IS 149 (58.59% from 255) = 39.84%

R = 58.56%
G = 1.6%
B = 39.84%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DB0695 (or 0xDB0695) is known color: Hollywood Cerise. HEX triplet: DB, 06 and 95. RGB value is (219,6,149). Sum of RGB (Red+Green+Blue) = 219+6+149=374 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.56% from 374); Green value is 6 (2.73% from 255 or 1.60% from 374); Blue value is 149 (58.59% from 255 or 39.84% from 374); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0695 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0695 is #24F96A. Grayscale: #555555. Windows color (decimal): -2423147 or 9766619. OLE color: 9766619.

HSL color Cylindrical-coordinate representation of color #DB0695: hue angle of 319.72º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB0695 is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 6 149 -
CMYK 0 0.97 0.32 0.14
HSL 319.72º 0.95% 0.44% -
HSV(B) 319.72º 0.97% 0.86% -
XYZ 34.7 17.36 29.96 -
YUV 85.99 163.57 222.87 -
System Red Green Blue C M Y K H S L
Decimal 219 6 149 0 0.97 0.32 0.14 319.72 0.95 0.44
Hex DB 6 95 0 61 20 E 140 5F 2C
Octal 333 6 225 0 141 40 16 500 137 54
Binary 11011011 110 10010101 0 1100001 100000 1110 101000000 1011111 101100

Color Harmonies of #DB0695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0695

Black with #DB0695

Text Example


Text Example

White with #DB0695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0695; }

 p { color: rgb(219,6,149); }

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

background-color css

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

 a { background-color: rgb(219,6,149); }

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

border-color css

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

 span { border-color: rgb(219,6,149); }

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