#D55484

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

Shades of Cranberry #D55484

Tints of Cranberry #D55484

Color information

#D55484 (or 0xD55484) is unknown color: approx Cranberry. HEX triplet: D5, 54 and 84. RGB value is (213,84,132). Sum of RGB (Red+Green+Blue) = 213+84+132=429 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.65% from 429); Green value is 84 (33.20% from 255 or 19.58% from 429); Blue value is 132 (51.95% from 255 or 30.77% from 429); Max value from RGB is 213 - color contains mainly: red. Hex color #D55484 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55484 is #2AAB7B. Grayscale: #7F7F7F. Windows color (decimal): -2796412 or 8672469. OLE color: 8672469.

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

Color convert

RGB21384132-
CMYK00.610.380.16
HSL337.67º60.56%58.24%-
HSV(B)337.67º60.56%83.53%-
XYZ34.7822.1524.27-
YUV128.04130.24188.6-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.65%
GREEN value IS 84 (33.20% from 255) = 19.58%
BLUE value IS 132 (51.95% from 255) = 30.77%
R=49.65%
G=19.58%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2138413200.610.380.16337.6760.5658.24
HexD5548403D26101523d3a
Octal32512420407546205227572
Binary11010101101010010000100011110110011010000101010010111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55484; }

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

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

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

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

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

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

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

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