Html Css Color HEX #DB3393 Deep Cerise

📋 copy color: '#DB3393'

red 219 ◦ green 51 ◦ blue 147

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

Shades of Deep Cerise #DB3393

Tints of Deep Cerise #DB3393

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.23%

 BLUE value IS 147 (57.81% from 255) = 35.25%

R = 52.52%
G = 12.23%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DB3393 (or 0xDB3393) is known color: Deep Cerise. HEX triplet: DB, 33 and 93. RGB value is (219,51,147). Sum of RGB (Red+Green+Blue) = 219+51+147=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 51 (20.31% from 255 or 12.23% from 417); Blue value is 147 (57.81% from 255 or 35.25% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3393 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3393 is #24CC6C. Grayscale: #6F6F6F. Windows color (decimal): -2411629 or 9647067. OLE color: 9647067.

HSL color Cylindrical-coordinate representation of color #DB3393: hue angle of 325.71º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB3393 is Cyan = 0, Magento = 0.77, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 51 147 -
CMYK 0 0.77 0.33 0.14
HSL 325.71º 0.7% 0.53% -
HSV(B) 325.71º 0.77% 0.86% -
XYZ 35.66 19.53 29.49 -
YUV 112.18 147.66 204.19 -
System Red Green Blue C M Y K H S L
Decimal 219 51 147 0 0.77 0.33 0.14 325.71 0.7 0.53
Hex DB 33 93 0 4D 21 E 146 46 35
Octal 333 63 223 0 115 41 16 506 106 65
Binary 11011011 110011 10010011 0 1001101 100001 1110 101000110 1000110 110101

Color Harmonies of #DB3393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3393

Black with #DB3393

Text Example


Text Example

White with #DB3393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3393; }

 p { color: rgb(219,51,147); }

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

background-color css

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

 a { background-color: rgb(219,51,147); }

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

border-color css

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

 span { border-color: rgb(219,51,147); }

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