#D75D81

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

Shades of Cranberry #D75D81

Tints of Cranberry #D75D81

Color information

#D75D81 (or 0xD75D81) is unknown color: approx Cranberry. HEX triplet: D7, 5D and 81. RGB value is (215,93,129). Sum of RGB (Red+Green+Blue) = 215+93+129=437 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.20% from 437); Green value is 93 (36.72% from 255 or 21.28% from 437); Blue value is 129 (50.78% from 255 or 29.52% from 437); Max value from RGB is 215 - color contains mainly: red. Hex color #D75D81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75D81 is #28A27E. Grayscale: #858585. Windows color (decimal): -2663039 or 8478167. OLE color: 8478167.

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

Color convert

RGB21593129-
CMYK00.570.40.16
HSL342.3º60.4%60.39%-
HSV(B)342.3º56.74%84.31%-
XYZ35.923.8623.48-
YUV133.58125.42186.07-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 49.20%
GREEN value IS 93 (36.72% from 255) = 21.28%
BLUE value IS 129 (50.78% from 255) = 29.52%
R=49.20%
G=21.28%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.4
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2159312900.570.40.16342.360.460.39
HexD75D8103928101563c3c
Octal32713520107150205267474
Binary11010111101110110000001011100110100010000101010110111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75D81; }

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

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

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

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

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

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

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

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