#D2457B

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

Shades of Cranberry #D2457B

Tints of Cranberry #D2457B

Color information

#D2457B (or 0xD2457B) is unknown color: approx Cranberry. HEX triplet: D2, 45 and 7B. RGB value is (210,69,123). Sum of RGB (Red+Green+Blue) = 210+69+123=402 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.24% from 402); Green value is 69 (27.34% from 255 or 17.16% from 402); Blue value is 123 (48.44% from 255 or 30.60% from 402); Max value from RGB is 210 - color contains mainly: red. Hex color #D2457B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2457B is #2DBA84. Grayscale: #757575. Windows color (decimal): -2996869 or 8078802. OLE color: 8078802.

HSL color Cylindrical-coordinate representation of color #D2457B: hue angle of 337.02º 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 #D2457B is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB21069123-
CMYK00.670.410.18
HSL337.02º61.04%54.71%-
HSV(B)337.02º67.14%82.35%-
XYZ32.2819.3920.78-
YUV117.32131.21194.11-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 52.24%
GREEN value IS 69 (27.34% from 255) = 17.16%
BLUE value IS 123 (48.44% from 255) = 30.60%
R=52.24%
G=17.16%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2106912300.670.410.18337.0261.0454.71
HexD2457B04329121513d37
Octal322105173010351225217567
Binary11010010100010111110110100001110100110010101010001111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2457B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2457B; }

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

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

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

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

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

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

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

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