Html Css Color HEX #DB2598 Deep Cerise

📋 copy color: '#DB2598'

red 219 ◦ green 37 ◦ blue 152

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

Shades of Deep Cerise #DB2598

Tints of Deep Cerise #DB2598

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.07%

 BLUE value IS 152 (59.77% from 255) = 37.25%

R = 53.68%
G = 9.07%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DB2598 (or 0xDB2598) is known color: Deep Cerise. HEX triplet: DB, 25 and 98. RGB value is (219,37,152). Sum of RGB (Red+Green+Blue) = 219+37+152=408 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.68% from 408); Green value is 37 (14.84% from 255 or 9.07% from 408); Blue value is 152 (59.77% from 255 or 37.25% from 408); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2598 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2598 is #24DA67. Grayscale: #686868. Windows color (decimal): -2415208 or 9971163. OLE color: 9971163.

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

Color convert

RGB 219 37 152 -
CMYK 0 0.83 0.31 0.14
HSL 322.09º 0.72% 0.5% -
HSV(B) 322.09º 0.83% 0.86% -
XYZ 35.54 18.65 31.43 -
YUV 104.53 154.8 209.65 -
System Red Green Blue C M Y K H S L
Decimal 219 37 152 0 0.83 0.31 0.14 322.09 0.72 0.5
Hex DB 25 98 0 53 1F E 142 48 32
Octal 333 45 230 0 123 37 16 502 110 62
Binary 11011011 100101 10011000 0 1010011 11111 1110 101000010 1001000 110010

Color Harmonies of #DB2598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2598

Black with #DB2598

Text Example


Text Example

White with #DB2598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2598; }

 p { color: rgb(219,37,152); }

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

background-color css

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

 a { background-color: rgb(219,37,152); }

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

border-color css

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

 span { border-color: rgb(219,37,152); }

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