#D22E52

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

Shades of Old Rose #D22E52

Tints of Old Rose #D22E52

Color information

#D22E52 (or 0xD22E52) is unknown color: approx Old Rose. HEX triplet: D2, 2E and 52. RGB value is (210,46,82). Sum of RGB (Red+Green+Blue) = 210+46+82=338 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.13% from 338); Green value is 46 (18.36% from 255 or 13.61% from 338); Blue value is 82 (32.42% from 255 or 24.26% from 338); Max value from RGB is 210 - color contains mainly: red. Hex color #D22E52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22E52 is #2DD1AD. Grayscale: #636363. Windows color (decimal): -3002798 or 5385938. OLE color: 5385938.

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

Color convert

RGB2104682-
CMYK00.780.610.18
HSL346.83º64.57%50.2%-
HSV(B)346.83º78.1%82.35%-
XYZ29.0816.269.59-
YUV99.14118.33207.07-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 62.13%
GREEN value IS 46 (18.36% from 255) = 13.61%
BLUE value IS 82 (32.42% from 255) = 24.26%
R=62.13%
G=13.61%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.61
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210468200.780.610.18346.8364.5750.2
HexD22E5204E3D1215b4132
Octal322561220116752253310162
Binary11010010101110101001001001110111101100101010110111000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D22E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D22E52; }

 p { color: rgb(210,46,82); }

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

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

 a { background-color: rgb(210,46,82); }

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

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

 span { border-color: rgb(210,46,82); }

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