#D55C82

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

Shades of Cranberry #D55C82

Tints of Cranberry #D55C82

Color information

#D55C82 (or 0xD55C82) is unknown color: approx Cranberry. HEX triplet: D5, 5C and 82. RGB value is (213,92,130). Sum of RGB (Red+Green+Blue) = 213+92+130=435 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.97% from 435); Green value is 92 (36.33% from 255 or 21.15% from 435); Blue value is 130 (51.17% from 255 or 29.89% from 435); Max value from RGB is 213 - color contains mainly: red. Hex color #D55C82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55C82 is #2AA37D. Grayscale: #848484. Windows color (decimal): -2794366 or 8543445. OLE color: 8543445.

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

Color convert

RGB21392130-
CMYK00.570.390.16
HSL341.16º59.02%59.8%-
HSV(B)341.16º56.81%83.53%-
XYZ35.323.4123.78-
YUV132.51126.59185.41-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.97%
GREEN value IS 92 (36.33% from 255) = 21.15%
BLUE value IS 130 (51.17% from 255) = 29.89%
R=48.97%
G=21.15%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139213000.570.390.16341.1659.0259.8
HexD55C8203927101553b3c
Octal32513420207147205257374
Binary11010101101110010000010011100110011110000101010101111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55C82; }

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

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

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

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

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

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

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

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