#DC9892

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

Shades of Petite Orchid #DC9892

Tints of Petite Orchid #DC9892

Color information

#DC9892 (or 0xDC9892) is unknown color: approx Petite Orchid. HEX triplet: DC, 98 and 92. RGB value is (220,152,146). Sum of RGB (Red+Green+Blue) = 220+152+146=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 152 (59.77% from 255 or 29.34% from 518); Blue value is 146 (57.42% from 255 or 28.19% from 518); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9892 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9892 is #23676D. Grayscale: #ABABAB. Windows color (decimal): -2320238 or 9607388. OLE color: 9607388.

HSL color Cylindrical-coordinate representation of color #DC9892: hue angle of 4.86º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DC9892 is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB220152146-
CMYK00.310.340.14
HSL4.86º51.39%71.76%-
HSV(B)4.86º33.64%86.27%-
XYZ45.9339.7532.45-
YUV171.65113.53162.49-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.47%
GREEN value IS 152 (59.77% from 255) = 29.34%
BLUE value IS 146 (57.42% from 255) = 28.19%
R=42.47%
G=29.34%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015214600.310.340.144.8651.3971.76
HexDC989201F22E53348
Octal3342302220374216563110
Binary11011100100110001001001001111110001011101011100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9892; }

 p { color: rgb(220,152,146); }

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

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

 a { background-color: rgb(220,152,146); }

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

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

 span { border-color: rgb(220,152,146); }

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