#db5284

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

Shades of Cranberry #DB5284

Tints of Cranberry #DB5284

Color information

#DB5284 (or 0xDB5284) is unknown color: approx Cranberry. HEX triplet: DB, 52 and 84. RGB value is (219,82,132). Sum of RGB (Red+Green+Blue) = 219+82+132=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 82 (32.42% from 255 or 18.94% from 433); Blue value is 132 (51.95% from 255 or 30.48% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5284 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5284 is #24AD7B. Grayscale: #808080. Windows color (decimal): -2403708 or 8671963. OLE color: 8671963.

HSL color Cylindrical-coordinate representation of color #DB5284: hue angle of 338.1º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB5284 is Cyan = 0, Magento = 0.63, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB21982132-
CMYK00.630.400.14
HSL338.1º65.55%59.02%-
HSV(B)338.1º62.56%85.88%-
XYZ36.422.7624.3-
YUV128.66129.89192.43-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 50.58%
GREEN value IS 82 (32.42% from 255) = 18.94%
BLUE value IS 132 (51.95% from 255) = 30.48%
R=50.58%
G=18.94%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2198213200.630.400.14338.165.5559.02
HexDB528403F28E152423b
Octal333122204077501652210273
Binary11011011101001010000100011111110100011101010100101000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #db5284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #db5284; }

 p { color: rgb(219,82,132); }

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

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

 a { background-color: rgb(219,82,132); }

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

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

 span { border-color: rgb(219,82,132); }

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