#D55278

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

Shades of Cranberry #D55278

Tints of Cranberry #D55278

Color information

#D55278 (or 0xD55278) is unknown color: approx Cranberry. HEX triplet: D5, 52 and 78. RGB value is (213,82,120). Sum of RGB (Red+Green+Blue) = 213+82+120=415 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.33% from 415); Green value is 82 (32.42% from 255 or 19.76% from 415); Blue value is 120 (47.27% from 255 or 28.92% from 415); Max value from RGB is 213 - color contains mainly: red. Hex color #D55278 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55278 is #2AAD87. Grayscale: #7D7D7D. Windows color (decimal): -2796936 or 7885525. OLE color: 7885525.

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

Color convert

RGB21382120-
CMYK00.620.440.16
HSL342.6º60.93%57.84%-
HSV(B)342.6º61.5%83.53%-
XYZ33.8521.5420.14-
YUV125.5124.9190.41-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 51.33%
GREEN value IS 82 (32.42% from 255) = 19.76%
BLUE value IS 120 (47.27% from 255) = 28.92%
R=51.33%
G=19.76%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2138212000.620.440.16342.660.9357.84
HexD5527803E2C101573d3a
Octal32512217007654205277572
Binary1101010110100101111000011111010110010000101010111111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55278; }

 p { color: rgb(213,82,120); }

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

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

 a { background-color: rgb(213,82,120); }

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

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

 span { border-color: rgb(213,82,120); }

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