#D03453

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

Shades of Old Rose #D03453

Tints of Old Rose #D03453

Color information

#D03453 (or 0xD03453) is unknown color: approx Old Rose. HEX triplet: D0, 34 and 53. RGB value is (208,52,83). Sum of RGB (Red+Green+Blue) = 208+52+83=343 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.64% from 343); Green value is 52 (20.70% from 255 or 15.16% from 343); Blue value is 83 (32.81% from 255 or 24.20% from 343); Max value from RGB is 208 - color contains mainly: red. Hex color #D03453 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03453 is #2FCBAC. Grayscale: #666666. Windows color (decimal): -3132333 or 5453008. OLE color: 5453008.

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

Color convert

RGB2085283-
CMYK00.750.600.18
HSL348.08º62.4%50.98%-
HSV(B)348.08º75%81.57%-
XYZ28.816.499.85-
YUV102.18117.18203.48-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 60.64%
GREEN value IS 52 (20.70% from 255) = 15.16%
BLUE value IS 83 (32.81% from 255) = 24.20%
R=60.64%
G=15.16%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.60
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208528300.750.600.18348.0862.450.98
HexD0345304B3C1215c3e33
Octal32064123011374225347663
Binary1101000011010010100110100101111110010010101011100111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D03453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D03453; }

 p { color: rgb(208,52,83); }

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

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

 a { background-color: rgb(208,52,83); }

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

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

 span { border-color: rgb(208,52,83); }

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