#d75280

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

Shades of Cranberry #D75280

Tints of Cranberry #D75280

Color information

#D75280 (or 0xD75280) is unknown color: approx Cranberry. HEX triplet: D7, 52 and 80. RGB value is (215,82,128). Sum of RGB (Red+Green+Blue) = 215+82+128=425 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.59% from 425); Green value is 82 (32.42% from 255 or 19.29% from 425); Blue value is 128 (50.39% from 255 or 30.12% from 425); Max value from RGB is 215 - color contains mainly: red. Hex color #D75280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75280 is #28AD7F. Grayscale: #7E7E7E. Windows color (decimal): -2665856 or 8409815. OLE color: 8409815.

HSL color Cylindrical-coordinate representation of color #D75280: hue angle of 339.25º degrees, saturation: 0.62, 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 #D75280 is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB21582128-
CMYK00.620.400.16
HSL339.25º62.44%58.24%-
HSV(B)339.25º61.86%84.31%-
XYZ34.9422.0422.83-
YUV127.01128.56190.76-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 50.59%
GREEN value IS 82 (32.42% from 255) = 19.29%
BLUE value IS 128 (50.39% from 255) = 30.12%
R=50.59%
G=19.29%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2158212800.620.400.16339.2562.4458.24
HexD7528003E28101533e3a
Octal32712220007650205237672
Binary11010111101001010000000011111010100010000101010011111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d75280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d75280; }

 p { color: rgb(215,82,128); }

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

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

 a { background-color: rgb(215,82,128); }

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

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

 span { border-color: rgb(215,82,128); }

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