#DB267D

Color #DB267D Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #DB267D

Tints of Deep Cerise #DB267D

Color information

#DB267D (or 0xDB267D) is unknown color: approx Deep Cerise. HEX triplet: DB, 26 and 7D. RGB value is (219,38,125). Sum of RGB (Red+Green+Blue) = 219+38+125=382 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.33% from 382); Green value is 38 (15.23% from 255 or 9.95% from 382); Blue value is 125 (49.22% from 255 or 32.72% from 382); Max value from RGB is 219 - color contains mainly: red. Hex color #DB267D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB267D is #24D982. Grayscale: #656565. Windows color (decimal): -2414979 or 8201947. OLE color: 8201947.

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

Color convert

RGB21938125-
CMYK00.830.430.14
HSL331.16º71.54%50.39%-
HSV(B)331.16º82.65%85.88%-
XYZ33.6117.9321.09-
YUV102.04140.97211.43-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 57.33%
GREEN value IS 38 (15.23% from 255) = 9.95%
BLUE value IS 125 (49.22% from 255) = 32.72%
R=57.33%
G=9.95%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2193812500.830.430.14331.1671.5450.39
HexDB267D0532BE14b4832
Octal333461750123531651311062
Binary1101101110011011111010101001110101111101010010111001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB267D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB267D; }

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

 H1.HeaderClassName
 {
   color: #DB267D;
 }
 .AnyTagClassName
 {
   color: #DB267D;
 }
</style>
background-color css

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

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

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

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

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

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