#D55F84

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

Shades of Cranberry #D55F84

Tints of Cranberry #D55F84

Color information

#D55F84 (or 0xD55F84) is unknown color: approx Cranberry. HEX triplet: D5, 5F and 84. RGB value is (213,95,132). Sum of RGB (Red+Green+Blue) = 213+95+132=440 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.41% from 440); Green value is 95 (37.5% from 255 or 21.59% from 440); Blue value is 132 (51.95% from 255 or 30% from 440); Max value from RGB is 213 - color contains mainly: red. Hex color #D55F84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55F84 is #2AA07B. Grayscale: #868686. Windows color (decimal): -2793596 or 8675285. OLE color: 8675285.

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

Color convert

RGB21395132-
CMYK00.550.380.16
HSL341.19º58.42%60.39%-
HSV(B)341.19º55.4%83.53%-
XYZ35.72424.58-
YUV134.5126.59183.99-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.41%
GREEN value IS 95 (37.5% from 255) = 21.59%
BLUE value IS 132 (51.95% from 255) = 30%
R=48.41%
G=21.59%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139513200.550.380.16341.1958.4260.39
HexD55F8403726101553a3c
Octal32513720406746205257274
Binary11010101101111110000100011011110011010000101010101111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55F84; }

 p { color: rgb(213,95,132); }

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

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

 a { background-color: rgb(213,95,132); }

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

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

 span { border-color: rgb(213,95,132); }

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