Html Css Color HEX #DB2688 Deep Cerise

📋 copy color: '#DB2688'

red 219 ◦ green 38 ◦ blue 136

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

Shades of Deep Cerise #DB2688

Tints of Deep Cerise #DB2688

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.67%

 BLUE value IS 136 (53.52% from 255) = 34.61%

R = 55.73%
G = 9.67%
B = 34.61%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DB2688 (or 0xDB2688) is known color: Deep Cerise. HEX triplet: DB, 26 and 88. RGB value is (219,38,136). Sum of RGB (Red+Green+Blue) = 219+38+136=393 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.73% from 393); Green value is 38 (15.23% from 255 or 9.67% from 393); Blue value is 136 (53.52% from 255 or 34.61% from 393); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2688 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2688 is #24D977. Grayscale: #676767. Windows color (decimal): -2414968 or 8922843. OLE color: 8922843.

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

Color convert

RGB 219 38 136 -
CMYK 0 0.83 0.38 0.14
HSL 327.51º 0.72% 0.5% -
HSV(B) 327.51º 0.83% 0.86% -
XYZ 34.35 18.22 25 -
YUV 103.29 146.47 210.53 -
System Red Green Blue C M Y K H S L
Decimal 219 38 136 0 0.83 0.38 0.14 327.51 0.72 0.5
Hex DB 26 88 0 53 26 E 148 48 32
Octal 333 46 210 0 123 46 16 510 110 62
Binary 11011011 100110 10001000 0 1010011 100110 1110 101001000 1001000 110010

Color Harmonies of #DB2688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2688

Black with #DB2688

Text Example


Text Example

White with #DB2688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2688; }

 p { color: rgb(219,38,136); }

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

background-color css

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

 a { background-color: rgb(219,38,136); }

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

border-color css

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

 span { border-color: rgb(219,38,136); }

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