#D23E71

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

Shades of Cranberry #D23E71

Tints of Cranberry #D23E71

Color information

#D23E71 (or 0xD23E71) is unknown color: approx Cranberry. HEX triplet: D2, 3E and 71. RGB value is (210,62,113). Sum of RGB (Red+Green+Blue) = 210+62+113=385 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.55% from 385); Green value is 62 (24.61% from 255 or 16.10% from 385); Blue value is 113 (44.53% from 255 or 29.35% from 385); Max value from RGB is 210 - color contains mainly: red. Hex color #D23E71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23E71 is #2DC18E. Grayscale: #707070. Windows color (decimal): -2998671 or 7421650. OLE color: 7421650.

HSL color Cylindrical-coordinate representation of color #D23E71: hue angle of 339.32º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D23E71 is Cyan = 0, Magento = 0.70, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB21062113-
CMYK00.700.460.18
HSL339.32º62.18%53.33%-
HSV(B)339.32º70.48%82.35%-
XYZ31.2818.3417.51-
YUV112.07128.53197.85-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 54.55%
GREEN value IS 62 (24.61% from 255) = 16.10%
BLUE value IS 113 (44.53% from 255) = 29.35%
R=54.55%
G=16.10%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2106211300.700.460.18339.3262.1853.33
HexD23E710462E121533e35
Octal32276161010656225237665
Binary1101001011111011100010100011010111010010101010011111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D23E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D23E71; }

 p { color: rgb(210,62,113); }

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

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

 a { background-color: rgb(210,62,113); }

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

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

 span { border-color: rgb(210,62,113); }

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