Html Css Color HEX #DB389C Deep Cerise

📋 copy color: '#DB389C'

red 219 ◦ green 56 ◦ blue 156

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

Shades of Deep Cerise #DB389C

Tints of Deep Cerise #DB389C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.19%

R = 50.81%
G = 12.99%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DB389C (or 0xDB389C) is known color: Deep Cerise. HEX triplet: DB, 38 and 9C. RGB value is (219,56,156). Sum of RGB (Red+Green+Blue) = 219+56+156=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 56 (22.27% from 255 or 12.99% from 431); Blue value is 156 (61.33% from 255 or 36.19% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DB389C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB389C is #24C763. Grayscale: #737373. Windows color (decimal): -2410340 or 10238171. OLE color: 10238171.

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

Color convert

RGB 219 56 156 -
CMYK 0 0.74 0.29 0.14
HSL 323.19º 0.69% 0.54% -
HSV(B) 323.19º 0.74% 0.86% -
XYZ 36.63 20.29 33.44 -
YUV 116.14 150.5 201.37 -
System Red Green Blue C M Y K H S L
Decimal 219 56 156 0 0.74 0.29 0.14 323.19 0.69 0.54
Hex DB 38 9C 0 4A 1D E 143 45 36
Octal 333 70 234 0 112 35 16 503 105 66
Binary 11011011 111000 10011100 0 1001010 11101 1110 101000011 1000101 110110

Color Harmonies of #DB389C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB389C

Black with #DB389C

Text Example


Text Example

White with #DB389C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB389C; }

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

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

background-color css

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

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

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

border-color css

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

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

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