#D2457A

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

Shades of Cranberry #D2457A

Tints of Cranberry #D2457A

Color information

#D2457A (or 0xD2457A) is unknown color: approx Cranberry. HEX triplet: D2, 45 and 7A. RGB value is (210,69,122). Sum of RGB (Red+Green+Blue) = 210+69+122=401 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.37% from 401); Green value is 69 (27.34% from 255 or 17.21% from 401); Blue value is 122 (48.05% from 255 or 30.42% from 401); Max value from RGB is 210 - color contains mainly: red. Hex color #D2457A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2457A is #2DBA85. Grayscale: #757575. Windows color (decimal): -2996870 or 8013266. OLE color: 8013266.

HSL color Cylindrical-coordinate representation of color #D2457A: hue angle of 337.45º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D2457A is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB21069122-
CMYK00.670.420.18
HSL337.45º61.04%54.71%-
HSV(B)337.45º67.14%82.35%-
XYZ32.2219.3620.45-
YUV117.2130.71194.19-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 52.37%
GREEN value IS 69 (27.34% from 255) = 17.21%
BLUE value IS 122 (48.05% from 255) = 30.42%
R=52.37%
G=17.21%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2106912200.670.420.18337.4561.0454.71
HexD2457A0432A121513d37
Octal322105172010352225217567
Binary11010010100010111110100100001110101010010101010001111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2457A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2457A; }

 p { color: rgb(210,69,122); }

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

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

 a { background-color: rgb(210,69,122); }

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

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

 span { border-color: rgb(210,69,122); }

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