Html Css Color HEX #DB4594 Deep Cerise

📋 copy color: '#DB4594'

red 219 ◦ green 69 ◦ blue 148

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

Shades of Deep Cerise #DB4594

Tints of Deep Cerise #DB4594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 33.94%

R = 50.23%
G = 15.83%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DB4594 (or 0xDB4594) is known color: Deep Cerise. HEX triplet: DB, 45 and 94. RGB value is (219,69,148). Sum of RGB (Red+Green+Blue) = 219+69+148=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 69 (27.34% from 255 or 15.83% from 436); Blue value is 148 (58.20% from 255 or 33.94% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4594 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4594 is #24BA6B. Grayscale: #7A7A7A. Windows color (decimal): -2407020 or 9717211. OLE color: 9717211.

HSL color Cylindrical-coordinate representation of color #DB4594: hue angle of 328.4º 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 #DB4594 is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 69 148 -
CMYK 0 0.68 0.32 0.14
HSL 328.4º 0.68% 0.56% -
HSV(B) 328.4º 0.68% 0.86% -
XYZ 36.69 21.45 30.22 -
YUV 122.86 142.2 196.58 -
System Red Green Blue C M Y K H S L
Decimal 219 69 148 0 0.68 0.32 0.14 328.4 0.68 0.56
Hex DB 45 94 0 44 20 E 148 44 38
Octal 333 105 224 0 104 40 16 510 104 70
Binary 11011011 1000101 10010100 0 1000100 100000 1110 101001000 1000100 111000

Color Harmonies of #DB4594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4594

Black with #DB4594

Text Example


Text Example

White with #DB4594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4594; }

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

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

background-color css

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

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

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

border-color css

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

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

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