#D3416F

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

Shades of Cranberry #D3416F

Tints of Cranberry #D3416F

Color information

#D3416F (or 0xD3416F) is unknown color: approx Cranberry. HEX triplet: D3, 41 and 6F. RGB value is (211,65,111). Sum of RGB (Red+Green+Blue) = 211+65+111=387 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.52% from 387); Green value is 65 (25.78% from 255 or 16.80% from 387); Blue value is 111 (43.75% from 255 or 28.68% from 387); Max value from RGB is 211 - color contains mainly: red. Hex color #D3416F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3416F is #2CBE90. Grayscale: #717171. Windows color (decimal): -2932369 or 7291347. OLE color: 7291347.

HSL color Cylindrical-coordinate representation of color #D3416F: hue angle of 341.1º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D3416F is Cyan = 0, Magento = 0.69, Yellow = 0.47 and Black (K on CMYK) = 0.17.

Color convert

RGB21165111-
CMYK00.690.470.17
HSL341.1º62.39%54.12%-
HSV(B)341.1º69.19%82.75%-
XYZ31.6218.7817-
YUV113.9126.37197.26-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 54.52%
GREEN value IS 65 (25.78% from 255) = 16.80%
BLUE value IS 111 (43.75% from 255) = 28.68%
R=54.52%
G=16.80%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.47
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2116511100.690.470.17341.162.3954.12
HexD3416F0452F111553e36
Octal323101157010557215257666
Binary11010011100000111011110100010110111110001101010101111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3416F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3416F; }

 p { color: rgb(211,65,111); }

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

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

 a { background-color: rgb(211,65,111); }

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

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

 span { border-color: rgb(211,65,111); }

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