Html Css Color HEX #DB319F Deep Cerise

📋 copy color: '#DB319F'

red 219 ◦ green 49 ◦ blue 159

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

Shades of Deep Cerise #DB319F

Tints of Deep Cerise #DB319F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.48%

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

R = 51.29%
G = 11.48%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DB319F (or 0xDB319F) is known color: Deep Cerise. HEX triplet: DB, 31 and 9F. RGB value is (219,49,159). Sum of RGB (Red+Green+Blue) = 219+49+159=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 49 (19.53% from 255 or 11.48% from 427); Blue value is 159 (62.5% from 255 or 37.24% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DB319F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB319F is #24CE60. Grayscale: #707070. Windows color (decimal): -2412129 or 10432987. OLE color: 10432987.

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

Color convert

RGB 219 49 159 -
CMYK 0 0.78 0.27 0.14
HSL 321.18º 0.7% 0.53% -
HSV(B) 321.18º 0.78% 0.86% -
XYZ 36.57 19.76 34.69 -
YUV 112.37 154.32 204.06 -
System Red Green Blue C M Y K H S L
Decimal 219 49 159 0 0.78 0.27 0.14 321.18 0.7 0.53
Hex DB 31 9F 0 4E 1B E 141 46 35
Octal 333 61 237 0 116 33 16 501 106 65
Binary 11011011 110001 10011111 0 1001110 11011 1110 101000001 1000110 110101

Color Harmonies of #DB319F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB319F

Black with #DB319F

Text Example


Text Example

White with #DB319F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB319F; }

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

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

background-color css

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

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

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

border-color css

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

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

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