Html Css Color HEX #DB2681 Deep Cerise

📋 copy color: '#DB2681'

red 219 ◦ green 38 ◦ blue 129

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

Shades of Deep Cerise #DB2681

Tints of Deep Cerise #DB2681

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 33.42%

R = 56.74%
G = 9.84%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DB2681 (or 0xDB2681) is known color: Deep Cerise. HEX triplet: DB, 26 and 81. RGB value is (219,38,129). Sum of RGB (Red+Green+Blue) = 219+38+129=386 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.74% from 386); Green value is 38 (15.23% from 255 or 9.84% from 386); Blue value is 129 (50.78% from 255 or 33.42% from 386); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2681 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2681 is #24D97E. Grayscale: #666666. Windows color (decimal): -2414975 or 8464091. OLE color: 8464091.

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

Color convert

RGB 219 38 129 -
CMYK 0 0.83 0.41 0.14
HSL 329.83º 0.72% 0.5% -
HSV(B) 329.83º 0.83% 0.86% -
XYZ 33.87 18.03 22.46 -
YUV 102.49 142.97 211.1 -
System Red Green Blue C M Y K H S L
Decimal 219 38 129 0 0.83 0.41 0.14 329.83 0.72 0.5
Hex DB 26 81 0 53 29 E 14A 48 32
Octal 333 46 201 0 123 51 16 512 110 62
Binary 11011011 100110 10000001 0 1010011 101001 1110 101001010 1001000 110010

Color Harmonies of #DB2681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2681

Black with #DB2681

Text Example


Text Example

White with #DB2681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2681; }

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

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

background-color css

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

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

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

border-color css

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

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

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