Html Css Color HEX #DB2698 Deep Cerise

📋 copy color: '#DB2698'

red 219 ◦ green 38 ◦ blue 152

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

Shades of Deep Cerise #DB2698

Tints of Deep Cerise #DB2698

RGB

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

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

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

R = 53.55%
G = 9.29%
B = 37.16%

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

#DB2698 (or 0xDB2698) is known color: Deep Cerise. HEX triplet: DB, 26 and 98. RGB value is (219,38,152). Sum of RGB (Red+Green+Blue) = 219+38+152=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 38 (15.23% from 255 or 9.29% from 409); Blue value is 152 (59.77% from 255 or 37.16% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2698 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2698 is #24D967. Grayscale: #686868. Windows color (decimal): -2414952 or 9971419. OLE color: 9971419.

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

Color convert

RGB 219 38 152 -
CMYK 0 0.83 0.31 0.14
HSL 322.21º 0.72% 0.5% -
HSV(B) 322.21º 0.83% 0.86% -
XYZ 35.57 18.71 31.44 -
YUV 105.12 154.47 209.23 -
System Red Green Blue C M Y K H S L
Decimal 219 38 152 0 0.83 0.31 0.14 322.21 0.72 0.5
Hex DB 26 98 0 53 1F E 142 48 32
Octal 333 46 230 0 123 37 16 502 110 62
Binary 11011011 100110 10011000 0 1010011 11111 1110 101000010 1001000 110010

Color Harmonies of #DB2698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2698

Black with #DB2698

Text Example


Text Example

White with #DB2698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2698; }

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

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

background-color css

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

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

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

border-color css

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

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

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