#D56183

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

Shades of Cranberry #D56183

Tints of Cranberry #D56183

Color information

#D56183 (or 0xD56183) is unknown color: approx Cranberry. HEX triplet: D5, 61 and 83. RGB value is (213,97,131). Sum of RGB (Red+Green+Blue) = 213+97+131=441 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.30% from 441); Green value is 97 (38.28% from 255 or 22.00% from 441); Blue value is 131 (51.56% from 255 or 29.71% from 441); Max value from RGB is 213 - color contains mainly: red. Hex color #D56183 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56183 is #2A9E7C. Grayscale: #878787. Windows color (decimal): -2793085 or 8610261. OLE color: 8610261.

HSL color Cylindrical-coordinate representation of color #D56183: hue angle of 342.41º 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 #D56183 is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB21397131-
CMYK00.540.380.16
HSL342.41º58%60.78%-
HSV(B)342.41º54.46%83.53%-
XYZ35.8124.3324.28-
YUV135.56125.43183.24-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.30%
GREEN value IS 97 (38.28% from 255) = 22.00%
BLUE value IS 131 (51.56% from 255) = 29.71%
R=48.30%
G=22.00%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139713100.540.380.16342.415860.78
HexD5618303626101563a3d
Octal32514120306646205267275
Binary11010101110000110000011011011010011010000101010110111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56183; }

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

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

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

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

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

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

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

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