#D55C81

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

Shades of Cranberry #D55C81

Tints of Cranberry #D55C81

Color information

#D55C81 (or 0xD55C81) is unknown color: approx Cranberry. HEX triplet: D5, 5C and 81. RGB value is (213,92,129). Sum of RGB (Red+Green+Blue) = 213+92+129=434 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.08% from 434); Green value is 92 (36.33% from 255 or 21.20% from 434); Blue value is 129 (50.78% from 255 or 29.72% from 434); Max value from RGB is 213 - color contains mainly: red. Hex color #D55C81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55C81 is #2AA37E. Grayscale: #848484. Windows color (decimal): -2794367 or 8477909. OLE color: 8477909.

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

Color convert

RGB21392129-
CMYK00.570.390.16
HSL341.65º59.02%59.8%-
HSV(B)341.65º56.81%83.53%-
XYZ35.2323.3923.43-
YUV132.4126.09185.49-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.08%
GREEN value IS 92 (36.33% from 255) = 21.20%
BLUE value IS 129 (50.78% from 255) = 29.72%
R=49.08%
G=21.20%
B=29.72%

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
Decimal2139212900.570.390.16341.6559.0259.8
HexD55C8103927101563b3c
Octal32513420107147205267374
Binary11010101101110010000001011100110011110000101010110111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55C81; }

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

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

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

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

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

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

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

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