#D55072

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

Shades of Cranberry #D55072

Tints of Cranberry #D55072

Color information

#D55072 (or 0xD55072) is unknown color: approx Cranberry. HEX triplet: D5, 50 and 72. RGB value is (213,80,114). Sum of RGB (Red+Green+Blue) = 213+80+114=407 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.33% from 407); Green value is 80 (31.64% from 255 or 19.66% from 407); Blue value is 114 (44.92% from 255 or 28.01% from 407); Max value from RGB is 213 - color contains mainly: red. Hex color #D55072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55072 is #2AAF8D. Grayscale: #7B7B7B. Windows color (decimal): -2797454 or 7491797. OLE color: 7491797.

HSL color Cylindrical-coordinate representation of color #D55072: hue angle of 344.66º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D55072 is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB21380114-
CMYK00.620.460.16
HSL344.66º61.29%57.45%-
HSV(B)344.66º62.44%83.53%-
XYZ33.3521.118.23-
YUV123.64122.56191.74-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 52.33%
GREEN value IS 80 (31.64% from 255) = 19.66%
BLUE value IS 114 (44.92% from 255) = 28.01%
R=52.33%
G=19.66%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2138011400.620.460.16344.6661.2957.45
HexD5507203E2E101593d39
Octal32512016207656205317571
Binary1101010110100001110010011111010111010000101011001111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55072; }

 p { color: rgb(213,80,114); }

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

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

 a { background-color: rgb(213,80,114); }

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

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

 span { border-color: rgb(213,80,114); }

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