Html Css Color HEX #DB0694 Hollywood Cerise

📋 copy color: '#DB0694'

red 219 ◦ green 6 ◦ blue 148

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

Shades of Hollywood Cerise #DB0694

Tints of Hollywood Cerise #DB0694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 39.68%

R = 58.71%
G = 1.61%
B = 39.68%

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

#DB0694 (or 0xDB0694) is known color: Hollywood Cerise. HEX triplet: DB, 06 and 94. RGB value is (219,6,148). Sum of RGB (Red+Green+Blue) = 219+6+148=373 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.71% from 373); Green value is 6 (2.73% from 255 or 1.61% from 373); Blue value is 148 (58.20% from 255 or 39.68% from 373); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0694 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0694 is #24F96B. Grayscale: #555555. Windows color (decimal): -2423148 or 9701083. OLE color: 9701083.

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

Color convert

RGB 219 6 148 -
CMYK 0 0.97 0.32 0.14
HSL 320º 0.95% 0.44% -
HSV(B) 320º 0.97% 0.86% -
XYZ 34.62 17.33 29.54 -
YUV 85.88 163.07 222.95 -
System Red Green Blue C M Y K H S L
Decimal 219 6 148 0 0.97 0.32 0.14 320 0.95 0.44
Hex DB 6 94 0 61 20 E 140 5F 2C
Octal 333 6 224 0 141 40 16 500 137 54
Binary 11011011 110 10010100 0 1100001 100000 1110 101000000 1011111 101100

Color Harmonies of #DB0694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0694

Black with #DB0694

Text Example


Text Example

White with #DB0694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0694; }

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

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

background-color css

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

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

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

border-color css

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

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

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