Html Css Color HEX #DB0698 Hollywood Cerise

📋 copy color: '#DB0698'

red 219 ◦ green 6 ◦ blue 152

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

Shades of Hollywood Cerise #DB0698

Tints of Hollywood Cerise #DB0698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 40.32%

R = 58.09%
G = 1.59%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DB0698 (or 0xDB0698) is known color: Hollywood Cerise. HEX triplet: DB, 06 and 98. RGB value is (219,6,152). Sum of RGB (Red+Green+Blue) = 219+6+152=377 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.09% from 377); Green value is 6 (2.73% from 255 or 1.59% from 377); Blue value is 152 (59.77% from 255 or 40.32% from 377); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0698 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0698 is #24F967. Grayscale: #555555. Windows color (decimal): -2423144 or 9963227. OLE color: 9963227.

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

Color convert

RGB 219 6 152 -
CMYK 0 0.97 0.31 0.14
HSL 318.87º 0.95% 0.44% -
HSV(B) 318.87º 0.97% 0.86% -
XYZ 34.95 17.46 31.23 -
YUV 86.33 165.07 222.63 -
System Red Green Blue C M Y K H S L
Decimal 219 6 152 0 0.97 0.31 0.14 318.87 0.95 0.44
Hex DB 6 98 0 61 1F E 13F 5F 2C
Octal 333 6 230 0 141 37 16 477 137 54
Binary 11011011 110 10011000 0 1100001 11111 1110 100111111 1011111 101100

Color Harmonies of #DB0698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0698

Black with #DB0698

Text Example


Text Example

White with #DB0698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0698; }

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

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

background-color css

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

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

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

border-color css

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

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

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