#D75281

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

Shades of Cranberry #D75281

Tints of Cranberry #D75281

Color information

#D75281 (or 0xD75281) is unknown color: approx Cranberry. HEX triplet: D7, 52 and 81. RGB value is (215,82,129). Sum of RGB (Red+Green+Blue) = 215+82+129=426 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.47% from 426); Green value is 82 (32.42% from 255 or 19.25% from 426); Blue value is 129 (50.78% from 255 or 30.28% from 426); Max value from RGB is 215 - color contains mainly: red. Hex color #D75281 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75281 is #28AD7E. Grayscale: #7F7F7F. Windows color (decimal): -2665855 or 8475351. OLE color: 8475351.

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

Color convert

RGB21582129-
CMYK00.620.40.16
HSL338.8º62.44%58.24%-
HSV(B)338.8º61.86%84.31%-
XYZ3522.0723.18-
YUV127.12129.06190.68-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 50.47%
GREEN value IS 82 (32.42% from 255) = 19.25%
BLUE value IS 129 (50.78% from 255) = 30.28%
R=50.47%
G=19.25%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.4
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2158212900.620.40.16338.862.4458.24
HexD7528103E28101533e3a
Octal32712220107650205237672
Binary11010111101001010000001011111010100010000101010011111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75281; }

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

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

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

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

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

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

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

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