#D23052

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

Shades of Old Rose #D23052

Tints of Old Rose #D23052

Color information

#D23052 (or 0xD23052) is unknown color: approx Old Rose. HEX triplet: D2, 30 and 52. RGB value is (210,48,82). Sum of RGB (Red+Green+Blue) = 210+48+82=340 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.76% from 340); Green value is 48 (19.14% from 255 or 14.12% from 340); Blue value is 82 (32.42% from 255 or 24.12% from 340); Max value from RGB is 210 - color contains mainly: red. Hex color #D23052 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23052 is #2DCFAD. Grayscale: #646464. Windows color (decimal): -3002286 or 5386450. OLE color: 5386450.

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

Color convert

RGB2104882-
CMYK00.770.610.18
HSL347.41º64.29%50.59%-
HSV(B)347.41º77.14%82.35%-
XYZ29.1616.429.62-
YUV100.31117.67206.24-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 61.76%
GREEN value IS 48 (19.14% from 255) = 14.12%
BLUE value IS 82 (32.42% from 255) = 24.12%
R=61.76%
G=14.12%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.61
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210488200.770.610.18347.4164.2950.59
HexD2305204D3D1215b4033
Octal322601220115752253310063
Binary11010010110000101001001001101111101100101010110111000000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D23052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D23052; }

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

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

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

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

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

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

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

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