Html Css Color HEX #DB319C Deep Cerise

📋 copy color: '#DB319C'

red 219 ◦ green 49 ◦ blue 156

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

Shades of Deep Cerise #DB319C

Tints of Deep Cerise #DB319C

RGB

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

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

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

R = 51.65%
G = 11.56%
B = 36.79%

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

#DB319C (or 0xDB319C) is known color: Deep Cerise. HEX triplet: DB, 31 and 9C. RGB value is (219,49,156). Sum of RGB (Red+Green+Blue) = 219+49+156=424 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.65% from 424); Green value is 49 (19.53% from 255 or 11.56% from 424); Blue value is 156 (61.33% from 255 or 36.79% from 424); Max value from RGB is 219 - color contains mainly: red. Hex color #DB319C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB319C is #24CE63. Grayscale: #6F6F6F. Windows color (decimal): -2412132 or 10236379. OLE color: 10236379.

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

Color convert

RGB 219 49 156 -
CMYK 0 0.78 0.29 0.14
HSL 322.24º 0.7% 0.53% -
HSV(B) 322.24º 0.78% 0.86% -
XYZ 36.31 19.66 33.33 -
YUV 112.03 152.82 204.3 -
System Red Green Blue C M Y K H S L
Decimal 219 49 156 0 0.78 0.29 0.14 322.24 0.7 0.53
Hex DB 31 9C 0 4E 1D E 142 46 35
Octal 333 61 234 0 116 35 16 502 106 65
Binary 11011011 110001 10011100 0 1001110 11101 1110 101000010 1000110 110101

Color Harmonies of #DB319C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB319C

Black with #DB319C

Text Example


Text Example

White with #DB319C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB319C; }

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

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

background-color css

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

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

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

border-color css

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

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

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