#D3457D

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

Shades of Cranberry #D3457D

Tints of Cranberry #D3457D

Color information

#D3457D (or 0xD3457D) is unknown color: approx Cranberry. HEX triplet: D3, 45 and 7D. RGB value is (211,69,125). Sum of RGB (Red+Green+Blue) = 211+69+125=405 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.10% from 405); Green value is 69 (27.34% from 255 or 17.04% from 405); Blue value is 125 (49.22% from 255 or 30.86% from 405); Max value from RGB is 211 - color contains mainly: red. Hex color #D3457D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3457D is #2CBA82. Grayscale: #757575. Windows color (decimal): -2931331 or 8209875. OLE color: 8209875.

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

Color convert

RGB21169125-
CMYK00.670.410.17
HSL336.34º61.74%54.9%-
HSV(B)336.34º67.3%82.75%-
XYZ32.6919.5921.46-
YUV117.84132.04194.45-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 52.10%
GREEN value IS 69 (27.34% from 255) = 17.04%
BLUE value IS 125 (49.22% from 255) = 30.86%
R=52.10%
G=17.04%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.41
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2116912500.670.410.17336.3461.7454.9
HexD3457D04329111503e37
Octal323105175010351215207667
Binary11010011100010111111010100001110100110001101010000111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3457D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3457D; }

 p { color: rgb(211,69,125); }

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

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

 a { background-color: rgb(211,69,125); }

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

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

 span { border-color: rgb(211,69,125); }

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