Html Css Color HEX #DB3493 Deep Cerise

📋 copy color: '#DB3493'

red 219 ◦ green 52 ◦ blue 147

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

Shades of Deep Cerise #DB3493

Tints of Deep Cerise #DB3493

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.44%

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

R = 52.39%
G = 12.44%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DB3493 (or 0xDB3493) is known color: Deep Cerise. HEX triplet: DB, 34 and 93. RGB value is (219,52,147). Sum of RGB (Red+Green+Blue) = 219+52+147=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 52 (20.70% from 255 or 12.44% from 418); Blue value is 147 (57.81% from 255 or 35.17% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3493 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3493 is #24CB6C. Grayscale: #707070. Windows color (decimal): -2411373 or 9647323. OLE color: 9647323.

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

Color convert

RGB 219 52 147 -
CMYK 0 0.76 0.33 0.14
HSL 325.87º 0.7% 0.53% -
HSV(B) 325.87º 0.76% 0.86% -
XYZ 35.71 19.62 29.51 -
YUV 112.76 147.33 203.78 -
System Red Green Blue C M Y K H S L
Decimal 219 52 147 0 0.76 0.33 0.14 325.87 0.7 0.53
Hex DB 34 93 0 4C 21 E 146 46 35
Octal 333 64 223 0 114 41 16 506 106 65
Binary 11011011 110100 10010011 0 1001100 100001 1110 101000110 1000110 110101

Color Harmonies of #DB3493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3493

Black with #DB3493

Text Example


Text Example

White with #DB3493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3493; }

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

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

background-color css

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

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

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

border-color css

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

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

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