#DC4B72

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

Shades of Cranberry #DC4B72

Tints of Cranberry #DC4B72

Color information

#DC4B72 (or 0xDC4B72) is unknown color: approx Cranberry. HEX triplet: DC, 4B and 72. RGB value is (220,75,114). Sum of RGB (Red+Green+Blue) = 220+75+114=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 75 (29.69% from 255 or 18.34% from 409); Blue value is 114 (44.92% from 255 or 27.87% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4B72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4B72 is #23B48D. Grayscale: #7A7A7A. Windows color (decimal): -2339982 or 7490524. OLE color: 7490524.

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

Color convert

RGB22075114-
CMYK00.660.480.14
HSL343.86º67.44%57.84%-
HSV(B)343.86º65.91%86.27%-
XYZ35.0721.4618.21-
YUV122.8123.04197.33-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 53.79%
GREEN value IS 75 (29.69% from 255) = 18.34%
BLUE value IS 114 (44.92% from 255) = 27.87%
R=53.79%
G=18.34%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.48
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2207511400.660.480.14343.8667.4457.84
HexDC4B7204230E158433a
Octal3341131620102601653010372
Binary11011100100101111100100100001011000011101010110001000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4B72; }

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

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

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

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

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

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

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

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