#D75B85

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

Shades of Cranberry #D75B85

Tints of Cranberry #D75B85

Color information

#D75B85 (or 0xD75B85) is unknown color: approx Cranberry. HEX triplet: D7, 5B and 85. RGB value is (215,91,133). Sum of RGB (Red+Green+Blue) = 215+91+133=439 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.97% from 439); Green value is 91 (35.94% from 255 or 20.73% from 439); Blue value is 133 (52.34% from 255 or 30.30% from 439); Max value from RGB is 215 - color contains mainly: red. Hex color #D75B85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75B85 is #28A47A. Grayscale: #848484. Windows color (decimal): -2663547 or 8739799. OLE color: 8739799.

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

Color convert

RGB21591133-
CMYK00.580.380.16
HSL339.68º60.78%60%-
HSV(B)339.68º57.67%84.31%-
XYZ3623.6224.85-
YUV132.86128.08186.58-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 48.97%
GREEN value IS 91 (35.94% from 255) = 20.73%
BLUE value IS 133 (52.34% from 255) = 30.30%
R=48.97%
G=20.73%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2159113300.580.380.16339.6860.7860
HexD75B8503A26101543d3c
Octal32713320507246205247574
Binary11010111101101110000101011101010011010000101010100111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75B85; }

 p { color: rgb(215,91,133); }

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

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

 a { background-color: rgb(215,91,133); }

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

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

 span { border-color: rgb(215,91,133); }

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