Html Css Color HEX #DB4590 Deep Cerise

📋 copy color: '#DB4590'

red 219 ◦ green 69 ◦ blue 144

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

Shades of Deep Cerise #DB4590

Tints of Deep Cerise #DB4590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 33.33%

R = 50.69%
G = 15.97%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DB4590 (or 0xDB4590) is known color: Deep Cerise. HEX triplet: DB, 45 and 90. RGB value is (219,69,144). Sum of RGB (Red+Green+Blue) = 219+69+144=432 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.69% from 432); Green value is 69 (27.34% from 255 or 15.97% from 432); Blue value is 144 (56.64% from 255 or 33.33% from 432); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4590 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4590 is #24BA6F. Grayscale: #7A7A7A. Windows color (decimal): -2407024 or 9455067. OLE color: 9455067.

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

Color convert

RGB 219 69 144 -
CMYK 0 0.68 0.34 0.14
HSL 330º 0.68% 0.56% -
HSV(B) 330º 0.68% 0.86% -
XYZ 36.38 21.33 28.59 -
YUV 122.4 140.2 196.9 -
System Red Green Blue C M Y K H S L
Decimal 219 69 144 0 0.68 0.34 0.14 330 0.68 0.56
Hex DB 45 90 0 44 22 E 14A 44 38
Octal 333 105 220 0 104 42 16 512 104 70
Binary 11011011 1000101 10010000 0 1000100 100010 1110 101001010 1000100 111000

Color Harmonies of #DB4590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4590

Black with #DB4590

Text Example


Text Example

White with #DB4590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4590; }

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

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

background-color css

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

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

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

border-color css

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

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

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