Html Css Color HEX #DB318E Deep Cerise

📋 copy color: '#DB318E'

red 219 ◦ green 49 ◦ blue 142

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

Shades of Deep Cerise #DB318E

Tints of Deep Cerise #DB318E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.63%

R = 53.41%
G = 11.95%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DB318E (or 0xDB318E) is known color: Deep Cerise. HEX triplet: DB, 31 and 8E. RGB value is (219,49,142). Sum of RGB (Red+Green+Blue) = 219+49+142=410 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.41% from 410); Green value is 49 (19.53% from 255 or 11.95% from 410); Blue value is 142 (55.86% from 255 or 34.63% from 410); Max value from RGB is 219 - color contains mainly: red. Hex color #DB318E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB318E is #24CE71. Grayscale: #6E6E6E. Windows color (decimal): -2412146 or 9318875. OLE color: 9318875.

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

Color convert

RGB 219 49 142 -
CMYK 0 0.78 0.35 0.14
HSL 327.18º 0.7% 0.53% -
HSV(B) 327.18º 0.78% 0.86% -
XYZ 35.19 19.21 27.44 -
YUV 110.43 145.82 205.44 -
System Red Green Blue C M Y K H S L
Decimal 219 49 142 0 0.78 0.35 0.14 327.18 0.7 0.53
Hex DB 31 8E 0 4E 23 E 147 46 35
Octal 333 61 216 0 116 43 16 507 106 65
Binary 11011011 110001 10001110 0 1001110 100011 1110 101000111 1000110 110101

Color Harmonies of #DB318E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB318E

Black with #DB318E

Text Example


Text Example

White with #DB318E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB318E; }

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

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

background-color css

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

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

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

border-color css

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

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

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