#D75278

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

Shades of Cranberry #D75278

Tints of Cranberry #D75278

Color information

#D75278 (or 0xD75278) is unknown color: approx Cranberry. HEX triplet: D7, 52 and 78. RGB value is (215,82,120). Sum of RGB (Red+Green+Blue) = 215+82+120=417 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.56% from 417); Green value is 82 (32.42% from 255 or 19.66% from 417); Blue value is 120 (47.27% from 255 or 28.78% from 417); Max value from RGB is 215 - color contains mainly: red. Hex color #D75278 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75278 is #28AD87. Grayscale: #7E7E7E. Windows color (decimal): -2665864 or 7885527. OLE color: 7885527.

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

Color convert

RGB21582120-
CMYK00.620.440.16
HSL342.86º62.44%58.24%-
HSV(B)342.86º61.86%84.31%-
XYZ34.4321.8420.17-
YUV126.1124.56191.41-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 51.56%
GREEN value IS 82 (32.42% from 255) = 19.66%
BLUE value IS 120 (47.27% from 255) = 28.78%
R=51.56%
G=19.66%
B=28.78%

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
Decimal2158212000.620.440.16342.8662.4458.24
HexD7527803E2C101573e3a
Octal32712217007654205277672
Binary1101011110100101111000011111010110010000101010111111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75278; }

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

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

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

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

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

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

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

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