#DB4B81

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

Shades of Cranberry #DB4B81

Tints of Cranberry #DB4B81

Color information

#DB4B81 (or 0xDB4B81) is unknown color: approx Cranberry. HEX triplet: DB, 4B and 81. RGB value is (219,75,129). Sum of RGB (Red+Green+Blue) = 219+75+129=423 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.77% from 423); Green value is 75 (29.69% from 255 or 17.73% from 423); Blue value is 129 (50.78% from 255 or 30.50% from 423); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4B81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4B81 is #24B47E. Grayscale: #7C7C7C. Windows color (decimal): -2405503 or 8473563. OLE color: 8473563.

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

Color convert

RGB21975129-
CMYK00.660.410.14
HSL337.5º66.67%57.65%-
HSV(B)337.5º65.75%85.88%-
XYZ35.6921.6823.07-
YUV124.21130.71195.61-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 51.77%
GREEN value IS 75 (29.69% from 255) = 17.73%
BLUE value IS 129 (50.78% from 255) = 30.50%
R=51.77%
G=17.73%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2197512900.660.410.14337.566.6757.65
HexDB4B8104229E152433a
Octal3331132010102511652210372
Binary110110111001011100000010100001010100111101010100101000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB4B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB4B81; }

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

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

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

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

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

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

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

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