#D35D7F

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

Shades of Cranberry #D35D7F

Tints of Cranberry #D35D7F

Color information

#D35D7F (or 0xD35D7F) is unknown color: approx Cranberry. HEX triplet: D3, 5D and 7F. RGB value is (211,93,127). Sum of RGB (Red+Green+Blue) = 211+93+127=431 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.96% from 431); Green value is 93 (36.72% from 255 or 21.58% from 431); Blue value is 127 (50% from 255 or 29.47% from 431); Max value from RGB is 211 - color contains mainly: red. Hex color #D35D7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35D7F is #2CA280. Grayscale: #848484. Windows color (decimal): -2925185 or 8347091. OLE color: 8347091.

HSL color Cylindrical-coordinate representation of color #D35D7F: hue angle of 342.71º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D35D7F is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB21193127-
CMYK00.560.400.17
HSL342.71º57.28%59.61%-
HSV(B)342.71º55.92%82.75%-
XYZ34.6123.2122.73-
YUV132.16125.09184.24-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 48.96%
GREEN value IS 93 (36.72% from 255) = 21.58%
BLUE value IS 127 (50% from 255) = 29.47%
R=48.96%
G=21.58%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.40
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2119312700.560.400.17342.7157.2859.61
HexD35D7F0382811157393c
Octal32313517707050215277174
Binary1101001110111011111111011100010100010001101010111111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D35D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D35D7F; }

 p { color: rgb(211,93,127); }

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

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

 a { background-color: rgb(211,93,127); }

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

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

 span { border-color: rgb(211,93,127); }

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