#D56182

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

Shades of Cranberry #D56182

Tints of Cranberry #D56182

Color information

#D56182 (or 0xD56182) is unknown color: approx Cranberry. HEX triplet: D5, 61 and 82. RGB value is (213,97,130). Sum of RGB (Red+Green+Blue) = 213+97+130=440 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.41% from 440); Green value is 97 (38.28% from 255 or 22.05% from 440); Blue value is 130 (51.17% from 255 or 29.55% from 440); Max value from RGB is 213 - color contains mainly: red. Hex color #D56182 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56182 is #2A9E7D. Grayscale: #878787. Windows color (decimal): -2793086 or 8544725. OLE color: 8544725.

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

Color convert

RGB21397130-
CMYK00.540.390.16
HSL342.93º58%60.78%-
HSV(B)342.93º54.46%83.53%-
XYZ35.7424.3123.93-
YUV135.45124.93183.32-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.41%
GREEN value IS 97 (38.28% from 255) = 22.05%
BLUE value IS 130 (51.17% from 255) = 29.55%
R=48.41%
G=22.05%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139713000.540.390.16342.935860.78
HexD5618203627101573a3d
Octal32514120206647205277275
Binary11010101110000110000010011011010011110000101010111111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56182; }

 p { color: rgb(213,97,130); }

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

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

 a { background-color: rgb(213,97,130); }

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

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

 span { border-color: rgb(213,97,130); }

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