Html Css Color HEX #DB4393 Deep Cerise

📋 copy color: '#DB4393'

red 219 ◦ green 67 ◦ blue 147

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

Shades of Deep Cerise #DB4393

Tints of Deep Cerise #DB4393

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.47%

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

R = 50.58%
G = 15.47%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DB4393 (or 0xDB4393) is known color: Deep Cerise. HEX triplet: DB, 43 and 93. RGB value is (219,67,147). Sum of RGB (Red+Green+Blue) = 219+67+147=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 67 (26.56% from 255 or 15.47% from 433); Blue value is 147 (57.81% from 255 or 33.95% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4393 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4393 is #24BC6C. Grayscale: #797979. Windows color (decimal): -2407533 or 9651163. OLE color: 9651163.

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

Color convert

RGB 219 67 147 -
CMYK 0 0.69 0.33 0.14
HSL 328.42º 0.68% 0.56% -
HSV(B) 328.42º 0.69% 0.86% -
XYZ 36.49 21.18 29.77 -
YUV 121.57 142.36 197.5 -
System Red Green Blue C M Y K H S L
Decimal 219 67 147 0 0.69 0.33 0.14 328.42 0.68 0.56
Hex DB 43 93 0 45 21 E 148 44 38
Octal 333 103 223 0 105 41 16 510 104 70
Binary 11011011 1000011 10010011 0 1000101 100001 1110 101001000 1000100 111000

Color Harmonies of #DB4393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4393

Black with #DB4393

Text Example


Text Example

White with #DB4393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4393; }

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

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

background-color css

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

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

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

border-color css

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

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

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