Html Css Color HEX #DB2692 Deep Cerise

📋 copy color: '#DB2692'

red 219 ◦ green 38 ◦ blue 146

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

Shades of Deep Cerise #DB2692

Tints of Deep Cerise #DB2692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 36.23%

R = 54.34%
G = 9.43%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DB2692 (or 0xDB2692) is known color: Deep Cerise. HEX triplet: DB, 26 and 92. RGB value is (219,38,146). Sum of RGB (Red+Green+Blue) = 219+38+146=403 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.34% from 403); Green value is 38 (15.23% from 255 or 9.43% from 403); Blue value is 146 (57.42% from 255 or 36.23% from 403); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2692 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2692 is #24D96D. Grayscale: #686868. Windows color (decimal): -2414958 or 9578203. OLE color: 9578203.

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

Color convert

RGB 219 38 146 -
CMYK 0 0.83 0.33 0.14
HSL 324.2º 0.72% 0.5% -
HSV(B) 324.2º 0.83% 0.86% -
XYZ 35.09 18.52 28.92 -
YUV 104.43 151.47 209.72 -
System Red Green Blue C M Y K H S L
Decimal 219 38 146 0 0.83 0.33 0.14 324.2 0.72 0.5
Hex DB 26 92 0 53 21 E 144 48 32
Octal 333 46 222 0 123 41 16 504 110 62
Binary 11011011 100110 10010010 0 1010011 100001 1110 101000100 1001000 110010

Color Harmonies of #DB2692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2692

Black with #DB2692

Text Example


Text Example

White with #DB2692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2692; }

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

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

background-color css

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

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

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

border-color css

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

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

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