#DC9489

Color #DC9489 Petite Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Petite Orchid #DC9489

Tints of Petite Orchid #DC9489

Color information

#DC9489 (or 0xDC9489) is unknown color: approx Petite Orchid. HEX triplet: DC, 94 and 89. RGB value is (220,148,137). Sum of RGB (Red+Green+Blue) = 220+148+137=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 148 (58.20% from 255 or 29.31% from 505); Blue value is 137 (53.91% from 255 or 27.13% from 505); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9489 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9489 is #236B76. Grayscale: #A8A8A8. Windows color (decimal): -2321271 or 9016540. OLE color: 9016540.

HSL color Cylindrical-coordinate representation of color #DC9489: hue angle of 7.95º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DC9489 is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB220148137-
CMYK00.330.380.14
HSL7.95º54.25%70%-
HSV(B)7.95º37.73%86.27%-
XYZ44.6238.228.69-
YUV168.27110.35164.89-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.56%
GREEN value IS 148 (58.20% from 255) = 29.31%
BLUE value IS 137 (53.91% from 255) = 27.13%
R=43.56%
G=29.31%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014813700.330.380.147.9554.2570
HexDC948902126E83646
Octal33422421104146161066106
Binary1101110010010100100010010100001100110111010001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9489; }

 p { color: rgb(220,148,137); }

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

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

 a { background-color: rgb(220,148,137); }

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

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

 span { border-color: rgb(220,148,137); }

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