#D35F82

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

Shades of Cranberry #D35F82

Tints of Cranberry #D35F82

Color information

#D35F82 (or 0xD35F82) is unknown color: approx Cranberry. HEX triplet: D3, 5F and 82. RGB value is (211,95,130). Sum of RGB (Red+Green+Blue) = 211+95+130=436 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.39% from 436); Green value is 95 (37.5% from 255 or 21.79% from 436); Blue value is 130 (51.17% from 255 or 29.82% from 436); Max value from RGB is 211 - color contains mainly: red. Hex color #D35F82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D35F82 is #2CA07D. Grayscale: #858585. Windows color (decimal): -2924670 or 8544211. OLE color: 8544211.

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

Color convert

RGB21195130-
CMYK00.550.380.17
HSL341.9º56.86%60%-
HSV(B)341.9º54.98%82.75%-
XYZ34.9923.6523.84-
YUV133.67125.93183.15-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 48.39%
GREEN value IS 95 (37.5% from 255) = 21.79%
BLUE value IS 130 (51.17% from 255) = 29.82%
R=48.39%
G=21.79%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.38
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2119513000.550.380.17341.956.8660
HexD35F820372611156393c
Octal32313720206746215267174
Binary11010011101111110000010011011110011010001101010110111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D35F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D35F82; }

 p { color: rgb(211,95,130); }

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

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

 a { background-color: rgb(211,95,130); }

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

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

 span { border-color: rgb(211,95,130); }

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