Html Css Color HEX #DB2D90 Deep Cerise

📋 copy color: '#DB2D90'

red 219 ◦ green 45 ◦ blue 144

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

Shades of Deep Cerise #DB2D90

Tints of Deep Cerise #DB2D90

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.03%

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

R = 53.68%
G = 11.03%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DB2D90 (or 0xDB2D90) is known color: Deep Cerise. HEX triplet: DB, 2D and 90. RGB value is (219,45,144). Sum of RGB (Red+Green+Blue) = 219+45+144=408 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.68% from 408); Green value is 45 (17.97% from 255 or 11.03% from 408); Blue value is 144 (56.64% from 255 or 35.29% from 408); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2D90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2D90 is #24D26F. Grayscale: #6C6C6C. Windows color (decimal): -2413168 or 9448923. OLE color: 9448923.

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

Color convert

RGB 219 45 144 -
CMYK 0 0.79 0.34 0.14
HSL 325.86º 0.71% 0.52% -
HSV(B) 325.86º 0.79% 0.86% -
XYZ 35.19 18.95 28.19 -
YUV 108.31 148.15 206.95 -
System Red Green Blue C M Y K H S L
Decimal 219 45 144 0 0.79 0.34 0.14 325.86 0.71 0.52
Hex DB 2D 90 0 4F 22 E 146 47 34
Octal 333 55 220 0 117 42 16 506 107 64
Binary 11011011 101101 10010000 0 1001111 100010 1110 101000110 1000111 110100

Color Harmonies of #DB2D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2D90

Black with #DB2D90

Text Example


Text Example

White with #DB2D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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