Html Css Color HEX #DB069E Hollywood Cerise

📋 copy color: '#DB069E'

red 219 ◦ green 6 ◦ blue 158

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

Shades of Hollywood Cerise #DB069E

Tints of Hollywood Cerise #DB069E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 41.25%

R = 57.18%
G = 1.57%
B = 41.25%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DB069E (or 0xDB069E) is known color: Hollywood Cerise. HEX triplet: DB, 06 and 9E. RGB value is (219,6,158). Sum of RGB (Red+Green+Blue) = 219+6+158=383 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.18% from 383); Green value is 6 (2.73% from 255 or 1.57% from 383); Blue value is 158 (62.11% from 255 or 41.25% from 383); Max value from RGB is 219 - color contains mainly: red. Hex color #DB069E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB069E is #24F961. Grayscale: #565656. Windows color (decimal): -2423138 or 10356443. OLE color: 10356443.

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

Color convert

RGB 219 6 158 -
CMYK 0 0.97 0.28 0.14
HSL 317.18º 0.95% 0.44% -
HSV(B) 317.18º 0.97% 0.86% -
XYZ 35.45 17.66 33.89 -
YUV 87.02 168.07 222.14 -
System Red Green Blue C M Y K H S L
Decimal 219 6 158 0 0.97 0.28 0.14 317.18 0.95 0.44
Hex DB 6 9E 0 61 1C E 13D 5F 2C
Octal 333 6 236 0 141 34 16 475 137 54
Binary 11011011 110 10011110 0 1100001 11100 1110 100111101 1011111 101100

Color Harmonies of #DB069E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB069E

Black with #DB069E

Text Example


Text Example

White with #DB069E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB069E; }

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

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

background-color css

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

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

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

border-color css

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

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

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