Html Css Color HEX #DB317C Deep Cerise

📋 copy color: '#DB317C'

red 219 ◦ green 49 ◦ blue 124

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

Shades of Deep Cerise #DB317C

Tints of Deep Cerise #DB317C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.63%

R = 55.87%
G = 12.5%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DB317C (or 0xDB317C) is known color: Deep Cerise. HEX triplet: DB, 31 and 7C. RGB value is (219,49,124). Sum of RGB (Red+Green+Blue) = 219+49+124=392 (51% of max value = 765). Red value is 219 (85.94% from 255 or 55.87% from 392); Green value is 49 (19.53% from 255 or 12.5% from 392); Blue value is 124 (48.83% from 255 or 31.63% from 392); Max value from RGB is 219 - color contains mainly: red. Hex color #DB317C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB317C is #24CE83. Grayscale: #6C6C6C. Windows color (decimal): -2412164 or 8139227. OLE color: 8139227.

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

Color convert

RGB 219 49 124 -
CMYK 0 0.78 0.43 0.14
HSL 333.53º 0.7% 0.53% -
HSV(B) 333.53º 0.78% 0.86% -
XYZ 33.95 18.71 20.89 -
YUV 108.38 136.82 206.9 -
System Red Green Blue C M Y K H S L
Decimal 219 49 124 0 0.78 0.43 0.14 333.53 0.7 0.53
Hex DB 31 7C 0 4E 2B E 14E 46 35
Octal 333 61 174 0 116 53 16 516 106 65
Binary 11011011 110001 1111100 0 1001110 101011 1110 101001110 1000110 110101

Color Harmonies of #DB317C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB317C

Black with #DB317C

Text Example


Text Example

White with #DB317C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB317C; }

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

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

background-color css

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

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

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

border-color css

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

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

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