Html Css Color HEX #DB4690 Deep Cerise

📋 copy color: '#DB4690'

red 219 ◦ green 70 ◦ blue 144

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

Shades of Deep Cerise #DB4690

Tints of Deep Cerise #DB4690

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.17%

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

R = 50.58%
G = 16.17%
B = 33.26%

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

#DB4690 (or 0xDB4690) is known color: Deep Cerise. HEX triplet: DB, 46 and 90. RGB value is (219,70,144). Sum of RGB (Red+Green+Blue) = 219+70+144=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 70 (27.73% from 255 or 16.17% from 433); Blue value is 144 (56.64% from 255 or 33.26% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4690 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4690 is #24B96F. Grayscale: #7A7A7A. Windows color (decimal): -2406768 or 9455323. OLE color: 9455323.

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

Color convert

RGB 219 70 144 -
CMYK 0 0.68 0.34 0.14
HSL 330.2º 0.67% 0.57% -
HSV(B) 330.2º 0.68% 0.86% -
XYZ 36.44 21.45 28.61 -
YUV 122.99 139.86 196.48 -
System Red Green Blue C M Y K H S L
Decimal 219 70 144 0 0.68 0.34 0.14 330.2 0.67 0.57
Hex DB 46 90 0 44 22 E 14A 43 39
Octal 333 106 220 0 104 42 16 512 103 71
Binary 11011011 1000110 10010000 0 1000100 100010 1110 101001010 1000011 111001

Color Harmonies of #DB4690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4690

Black with #DB4690

Text Example


Text Example

White with #DB4690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4690; }

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

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

background-color css

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

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

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

border-color css

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

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

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