#D2467B

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

Shades of Cranberry #D2467B

Tints of Cranberry #D2467B

Color information

#D2467B (or 0xD2467B) is unknown color: approx Cranberry. HEX triplet: D2, 46 and 7B. RGB value is (210,70,123). Sum of RGB (Red+Green+Blue) = 210+70+123=403 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.11% from 403); Green value is 70 (27.73% from 255 or 17.37% from 403); Blue value is 123 (48.44% from 255 or 30.52% from 403); Max value from RGB is 210 - color contains mainly: red. Hex color #D2467B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2467B is #2DB984. Grayscale: #757575. Windows color (decimal): -2996613 or 8079058. OLE color: 8079058.

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

Color convert

RGB21070123-
CMYK00.670.410.18
HSL337.29º60.87%54.9%-
HSV(B)337.29º66.67%82.35%-
XYZ32.3419.5120.8-
YUV117.9130.88193.69-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 52.11%
GREEN value IS 70 (27.73% from 255) = 17.37%
BLUE value IS 123 (48.44% from 255) = 30.52%
R=52.11%
G=17.37%
B=30.52%

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
Decimal2107012300.670.410.18337.2960.8754.9
HexD2467B04329121513d37
Octal322106173010351225217567
Binary11010010100011011110110100001110100110010101010001111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2467B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2467B; }

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

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

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

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

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

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

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

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