#DB267C

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

Shades of Deep Cerise #DB267C

Tints of Deep Cerise #DB267C

Color information

#DB267C (or 0xDB267C) is unknown color: approx Deep Cerise. HEX triplet: DB, 26 and 7C. RGB value is (219,38,124). Sum of RGB (Red+Green+Blue) = 219+38+124=381 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.48% from 381); Green value is 38 (15.23% from 255 or 9.97% from 381); Blue value is 124 (48.83% from 255 or 32.55% from 381); Max value from RGB is 219 - color contains mainly: red. Hex color #DB267C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB267C is #24D983. Grayscale: #656565. Windows color (decimal): -2414980 or 8136411. OLE color: 8136411.

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

Color convert

RGB21938124-
CMYK00.830.430.14
HSL331.49º71.54%50.39%-
HSV(B)331.49º82.65%85.88%-
XYZ33.5417.920.76-
YUV101.92140.47211.51-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 57.48%
GREEN value IS 38 (15.23% from 255) = 9.97%
BLUE value IS 124 (48.83% from 255) = 32.55%
R=57.48%
G=9.97%
B=32.55%

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
Decimal2193812400.830.430.14331.4971.5450.39
HexDB267C0532BE14b4832
Octal333461740123531651311062
Binary1101101110011011111000101001110101111101010010111001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB267C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB267C; }

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

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

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

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

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

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

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

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