#d24f83

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

Shades of Cranberry #D24F83

Tints of Cranberry #D24F83

Color information

#D24F83 (or 0xD24F83) is unknown color: approx Cranberry. HEX triplet: D2, 4F and 83. RGB value is (210,79,131). Sum of RGB (Red+Green+Blue) = 210+79+131=420 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50% from 420); Green value is 79 (31.25% from 255 or 18.81% from 420); Blue value is 131 (51.56% from 255 or 31.19% from 420); Max value from RGB is 210 - color contains mainly: red. Hex color #D24F83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D24F83 is #2DB07C. Grayscale: #7C7C7C. Windows color (decimal): -2994301 or 8605650. OLE color: 8605650.

HSL color Cylindrical-coordinate representation of color #D24F83: hue angle of 336.18º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D24F83 is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB21079131-
CMYK00.620.380.18
HSL336.18º59.28%56.67%-
HSV(B)336.18º62.38%82.35%-
XYZ33.4720.9323.75-
YUV124.1131.9189.27-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 50%
GREEN value IS 79 (31.25% from 255) = 18.81%
BLUE value IS 131 (51.56% from 255) = 31.19%
R=50%
G=18.81%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2107913100.620.380.18336.1859.2856.67
HexD24F8303E26121503b39
Octal32211720307646225207371
Binary11010010100111110000011011111010011010010101010000111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d24f83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d24f83; }

 p { color: rgb(210,79,131); }

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

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

 a { background-color: rgb(210,79,131); }

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

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

 span { border-color: rgb(210,79,131); }

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