Html Css Color HEX #DB2485 Deep Cerise

📋 copy color: '#DB2485'

red 219 ◦ green 36 ◦ blue 133

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

Shades of Deep Cerise #DB2485

Tints of Deep Cerise #DB2485

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.28%

 BLUE value IS 133 (52.34% from 255) = 34.28%

R = 56.44%
G = 9.28%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DB2485 (or 0xDB2485) is known color: Deep Cerise. HEX triplet: DB, 24 and 85. RGB value is (219,36,133). Sum of RGB (Red+Green+Blue) = 219+36+133=388 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.44% from 388); Green value is 36 (14.45% from 255 or 9.28% from 388); Blue value is 133 (52.34% from 255 or 34.28% from 388); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2485 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2485 is #24DB7A. Grayscale: #656565. Windows color (decimal): -2415483 or 8725723. OLE color: 8725723.

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

Color convert

RGB 219 36 133 -
CMYK 0 0.84 0.39 0.14
HSL 328.2º 0.72% 0.5% -
HSV(B) 328.2º 0.84% 0.86% -
XYZ 34.08 18.02 23.87 -
YUV 101.78 145.63 211.61 -
System Red Green Blue C M Y K H S L
Decimal 219 36 133 0 0.84 0.39 0.14 328.2 0.72 0.5
Hex DB 24 85 0 54 27 E 148 48 32
Octal 333 44 205 0 124 47 16 510 110 62
Binary 11011011 100100 10000101 0 1010100 100111 1110 101001000 1001000 110010

Color Harmonies of #DB2485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2485

Black with #DB2485

Text Example


Text Example

White with #DB2485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2485; }

 p { color: rgb(219,36,133); }

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

background-color css

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

 a { background-color: rgb(219,36,133); }

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

border-color css

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

 span { border-color: rgb(219,36,133); }

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