#DB4681

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

Shades of Cranberry #DB4681

Tints of Cranberry #DB4681

Color information

#DB4681 (or 0xDB4681) is unknown color: approx Cranberry. HEX triplet: DB, 46 and 81. RGB value is (219,70,129). Sum of RGB (Red+Green+Blue) = 219+70+129=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 70 (27.73% from 255 or 16.75% from 418); Blue value is 129 (50.78% from 255 or 30.86% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4681 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4681 is #24B97E. Grayscale: #797979. Windows color (decimal): -2406783 or 8472283. OLE color: 8472283.

HSL color Cylindrical-coordinate representation of color #DB4681: hue angle of 336.24º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB4681 is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB21970129-
CMYK00.680.410.14
HSL336.24º67.42%56.67%-
HSV(B)336.24º68.04%85.88%-
XYZ35.3721.0322.96-
YUV121.28132.36197.7-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 52.39%
GREEN value IS 70 (27.73% from 255) = 16.75%
BLUE value IS 129 (50.78% from 255) = 30.86%
R=52.39%
G=16.75%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2197012900.680.410.14336.2467.4256.67
HexDB468104429E1504339
Octal3331062010104511652010371
Binary110110111000110100000010100010010100111101010100001000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB4681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB4681; }

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

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

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

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

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

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

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

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