#D03855

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

Shades of Old Rose #D03855

Tints of Old Rose #D03855

Color information

#D03855 (or 0xD03855) is unknown color: approx Old Rose. HEX triplet: D0, 38 and 55. RGB value is (208,56,85). Sum of RGB (Red+Green+Blue) = 208+56+85=349 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.60% from 349); Green value is 56 (22.27% from 255 or 16.05% from 349); Blue value is 85 (33.59% from 255 or 24.36% from 349); Max value from RGB is 208 - color contains mainly: red. Hex color #D03855 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03855 is #2FC7AA. Grayscale: #686868. Windows color (decimal): -3131307 or 5585104. OLE color: 5585104.

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

Color convert

RGB2085685-
CMYK00.730.590.18
HSL348.55º61.79%51.76%-
HSV(B)348.55º73.08%81.57%-
XYZ29.0716.8910.32-
YUV104.75116.86201.64-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 59.60%
GREEN value IS 56 (22.27% from 255) = 16.05%
BLUE value IS 85 (33.59% from 255) = 24.36%
R=59.60%
G=16.05%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208568500.730.590.18348.5561.7951.76
HexD038550493B1215d3e34
Octal32070125011173225357664
Binary1101000011100010101010100100111101110010101011101111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D03855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D03855; }

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

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

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

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

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

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

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

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