Html Css Color HEX #DB317B Deep Cerise

📋 copy color: '#DB317B'

red 219 ◦ green 49 ◦ blue 123

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

Shades of Deep Cerise #DB317B

Tints of Deep Cerise #DB317B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.46%

R = 56.01%
G = 12.53%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DB317B (or 0xDB317B) is known color: Deep Cerise. HEX triplet: DB, 31 and 7B. RGB value is (219,49,123). Sum of RGB (Red+Green+Blue) = 219+49+123=391 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.01% from 391); Green value is 49 (19.53% from 255 or 12.53% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 219 - color contains mainly: red. Hex color #DB317B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB317B is #24CE84. Grayscale: #6C6C6C. Windows color (decimal): -2412165 or 8073691. OLE color: 8073691.

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

Color convert

RGB 219 49 123 -
CMYK 0 0.78 0.44 0.14
HSL 333.88º 0.7% 0.53% -
HSV(B) 333.88º 0.78% 0.86% -
XYZ 33.89 18.69 20.56 -
YUV 108.27 136.32 206.98 -
System Red Green Blue C M Y K H S L
Decimal 219 49 123 0 0.78 0.44 0.14 333.88 0.7 0.53
Hex DB 31 7B 0 4E 2C E 14E 46 35
Octal 333 61 173 0 116 54 16 516 106 65
Binary 11011011 110001 1111011 0 1001110 101100 1110 101001110 1000110 110101

Color Harmonies of #DB317B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB317B

Black with #DB317B

Text Example


Text Example

White with #DB317B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB317B; }

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

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

background-color css

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

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

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

border-color css

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

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

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