Html Css Color HEX #DB4593 Deep Cerise

📋 copy color: '#DB4593'

red 219 ◦ green 69 ◦ blue 147

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

Shades of Deep Cerise #DB4593

Tints of Deep Cerise #DB4593

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.86%

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

R = 50.34%
G = 15.86%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DB4593 (or 0xDB4593) is known color: Deep Cerise. HEX triplet: DB, 45 and 93. RGB value is (219,69,147). Sum of RGB (Red+Green+Blue) = 219+69+147=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 69 (27.34% from 255 or 15.86% from 435); Blue value is 147 (57.81% from 255 or 33.79% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4593 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4593 is #24BA6C. Grayscale: #7A7A7A. Windows color (decimal): -2407021 or 9651675. OLE color: 9651675.

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

Color convert

RGB 219 69 147 -
CMYK 0 0.68 0.33 0.14
HSL 328.8º 0.68% 0.56% -
HSV(B) 328.8º 0.68% 0.86% -
XYZ 36.61 21.42 29.81 -
YUV 122.74 141.7 196.66 -
System Red Green Blue C M Y K H S L
Decimal 219 69 147 0 0.68 0.33 0.14 328.8 0.68 0.56
Hex DB 45 93 0 44 21 E 149 44 38
Octal 333 105 223 0 104 41 16 511 104 70
Binary 11011011 1000101 10010011 0 1000100 100001 1110 101001001 1000100 111000

Color Harmonies of #DB4593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4593

Black with #DB4593

Text Example


Text Example

White with #DB4593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4593; }

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

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

background-color css

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

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

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

border-color css

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

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

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