Html Css Color HEX #DB389F Deep Cerise

📋 copy color: '#DB389F'

red 219 ◦ green 56 ◦ blue 159

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

Shades of Deep Cerise #DB389F

Tints of Deep Cerise #DB389F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.9%

 BLUE value IS 159 (62.5% from 255) = 36.64%

R = 50.46%
G = 12.9%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DB389F (or 0xDB389F) is known color: Deep Cerise. HEX triplet: DB, 38 and 9F. RGB value is (219,56,159). Sum of RGB (Red+Green+Blue) = 219+56+159=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 56 (22.27% from 255 or 12.90% from 434); Blue value is 159 (62.5% from 255 or 36.64% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DB389F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB389F is #24C760. Grayscale: #747474. Windows color (decimal): -2410337 or 10434779. OLE color: 10434779.

HSL color Cylindrical-coordinate representation of color #DB389F: hue angle of 322.09º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB389F is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 56 159 -
CMYK 0 0.74 0.27 0.14
HSL 322.09º 0.69% 0.54% -
HSV(B) 322.09º 0.74% 0.86% -
XYZ 36.89 20.39 34.79 -
YUV 116.48 152 201.12 -
System Red Green Blue C M Y K H S L
Decimal 219 56 159 0 0.74 0.27 0.14 322.09 0.69 0.54
Hex DB 38 9F 0 4A 1B E 142 45 36
Octal 333 70 237 0 112 33 16 502 105 66
Binary 11011011 111000 10011111 0 1001010 11011 1110 101000010 1000101 110110

Color Harmonies of #DB389F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB389F

Black with #DB389F

Text Example


Text Example

White with #DB389F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB389F; }

 p { color: rgb(219,56,159); }

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

background-color css

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

 a { background-color: rgb(219,56,159); }

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

border-color css

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

 span { border-color: rgb(219,56,159); }

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