Html Css Color HEX #DB319B Deep Cerise

📋 copy color: '#DB319B'

red 219 ◦ green 49 ◦ blue 155

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

Shades of Deep Cerise #DB319B

Tints of Deep Cerise #DB319B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.64%

R = 51.77%
G = 11.58%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DB319B (or 0xDB319B) is known color: Deep Cerise. HEX triplet: DB, 31 and 9B. RGB value is (219,49,155). Sum of RGB (Red+Green+Blue) = 219+49+155=423 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.77% from 423); Green value is 49 (19.53% from 255 or 11.58% from 423); Blue value is 155 (60.94% from 255 or 36.64% from 423); Max value from RGB is 219 - color contains mainly: red. Hex color #DB319B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB319B is #24CE64. Grayscale: #6F6F6F. Windows color (decimal): -2412133 or 10170843. OLE color: 10170843.

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

Color convert

RGB 219 49 155 -
CMYK 0 0.78 0.29 0.14
HSL 322.59º 0.7% 0.53% -
HSV(B) 322.59º 0.78% 0.86% -
XYZ 36.23 19.62 32.89 -
YUV 111.91 152.32 204.38 -
System Red Green Blue C M Y K H S L
Decimal 219 49 155 0 0.78 0.29 0.14 322.59 0.7 0.53
Hex DB 31 9B 0 4E 1D E 143 46 35
Octal 333 61 233 0 116 35 16 503 106 65
Binary 11011011 110001 10011011 0 1001110 11101 1110 101000011 1000110 110101

Color Harmonies of #DB319B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB319B

Black with #DB319B

Text Example


Text Example

White with #DB319B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB319B; }

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

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

background-color css

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

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

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

border-color css

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

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

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