#D85A7D

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

Shades of Cranberry #D85A7D

Tints of Cranberry #D85A7D

Color information

#D85A7D (or 0xD85A7D) is unknown color: approx Cranberry. HEX triplet: D8, 5A and 7D. RGB value is (216,90,125). Sum of RGB (Red+Green+Blue) = 216+90+125=431 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50.12% from 431); Green value is 90 (35.55% from 255 or 20.88% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 216 - color contains mainly: red. Hex color #D85A7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85A7D is #27A582. Grayscale: #838383. Windows color (decimal): -2598275 or 8215256. OLE color: 8215256.

HSL color Cylindrical-coordinate representation of color #D85A7D: hue angle of 343.33º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D85A7D is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB21690125-
CMYK00.580.420.15
HSL343.33º61.76%60%-
HSV(B)343.33º58.33%84.71%-
XYZ35.6823.3922.04-
YUV131.66124.24188.15-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 50.12%
GREEN value IS 90 (35.55% from 255) = 20.88%
BLUE value IS 125 (49.22% from 255) = 29.00%
R=50.12%
G=20.88%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2169012500.580.420.15343.3361.7660
HexD85A7D03A2AF1573e3c
Octal33013217507252175277674
Binary110110001011010111110101110101010101111101010111111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85A7D; }

 p { color: rgb(216,90,125); }

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

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

 a { background-color: rgb(216,90,125); }

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

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

 span { border-color: rgb(216,90,125); }

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