#DC4B80

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

Shades of Cranberry #DC4B80

Tints of Cranberry #DC4B80

Color information

#DC4B80 (or 0xDC4B80) is unknown color: approx Cranberry. HEX triplet: DC, 4B and 80. RGB value is (220,75,128). Sum of RGB (Red+Green+Blue) = 220+75+128=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 75 (29.69% from 255 or 17.73% from 423); Blue value is 128 (50.39% from 255 or 30.26% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4B80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4B80 is #23B47F. Grayscale: #7C7C7C. Windows color (decimal): -2339968 or 8408028. OLE color: 8408028.

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

Color convert

RGB22075128-
CMYK00.660.420.14
HSL338.07º67.44%57.84%-
HSV(B)338.07º65.91%86.27%-
XYZ35.9321.8122.74-
YUV124.4130.04196.19-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 52.01%
GREEN value IS 75 (29.69% from 255) = 17.73%
BLUE value IS 128 (50.39% from 255) = 30.26%
R=52.01%
G=17.73%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2207512800.660.420.14338.0767.4457.84
HexDC4B800422AE152433a
Octal3341132000102521652210372
Binary110111001001011100000000100001010101011101010100101000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4B80; }

 p { color: rgb(220,75,128); }

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

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

 a { background-color: rgb(220,75,128); }

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

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

 span { border-color: rgb(220,75,128); }

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