Html Css Color HEX #DB2384 Deep Cerise

📋 copy color: '#DB2384'

red 219 ◦ green 35 ◦ blue 132

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

Shades of Deep Cerise #DB2384

Tints of Deep Cerise #DB2384

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.07%

 BLUE value IS 132 (51.95% from 255) = 34.2%

R = 56.74%
G = 9.07%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DB2384 (or 0xDB2384) is known color: Deep Cerise. HEX triplet: DB, 23 and 84. RGB value is (219,35,132). Sum of RGB (Red+Green+Blue) = 219+35+132=386 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.74% from 386); Green value is 35 (14.06% from 255 or 9.07% from 386); Blue value is 132 (51.95% from 255 or 34.20% from 386); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2384 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2384 is #24DC7B. Grayscale: #646464. Windows color (decimal): -2415740 or 8659931. OLE color: 8659931.

HSL color Cylindrical-coordinate representation of color #DB2384: hue angle of 328.37º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB2384 is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 35 132 -
CMYK 0 0.84 0.40 0.14
HSL 328.37º 0.72% 0.5% -
HSV(B) 328.37º 0.84% 0.86% -
XYZ 33.98 17.93 23.5 -
YUV 101.07 145.46 212.11 -
System Red Green Blue C M Y K H S L
Decimal 219 35 132 0 0.84 0.40 0.14 328.37 0.72 0.5
Hex DB 23 84 0 54 28 E 148 48 32
Octal 333 43 204 0 124 50 16 510 110 62
Binary 11011011 100011 10000100 0 1010100 101000 1110 101001000 1001000 110010

Color Harmonies of #DB2384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2384

Black with #DB2384

Text Example


Text Example

White with #DB2384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2384; }

 p { color: rgb(219,35,132); }

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

background-color css

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

 a { background-color: rgb(219,35,132); }

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

border-color css

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

 span { border-color: rgb(219,35,132); }

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