#d02155

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

Shades of Old Rose #D02155

Tints of Old Rose #D02155

Color information

#D02155 (or 0xD02155) is unknown color: approx Old Rose. HEX triplet: D0, 21 and 55. RGB value is (208,33,85). Sum of RGB (Red+Green+Blue) = 208+33+85=326 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.80% from 326); Green value is 33 (13.28% from 255 or 10.12% from 326); Blue value is 85 (33.59% from 255 or 26.07% from 326); Max value from RGB is 208 - color contains mainly: red. Hex color #D02155 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02155 is #2FDEAA. Grayscale: #5B5B5B. Windows color (decimal): -3137195 or 5579216. OLE color: 5579216.

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

Color convert

RGB2083385-
CMYK00.840.590.18
HSL342.17º72.61%47.25%-
HSV(B)342.17º84.13%81.57%-
XYZ28.215.1510.03-
YUV91.25124.48211.27-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 63.80%
GREEN value IS 33 (13.28% from 255) = 10.12%
BLUE value IS 85 (33.59% from 255) = 26.07%
R=63.80%
G=10.12%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208338500.840.590.18342.1772.6147.25
HexD021550543B12156492f
Octal320411250124732252611157
Binary11010000100001101010101010100111011100101010101101001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d02155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d02155; }

 p { color: rgb(208,33,85); }

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

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

 a { background-color: rgb(208,33,85); }

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

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

 span { border-color: rgb(208,33,85); }

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