#DC9992

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

Shades of Petite Orchid #DC9992

Tints of Petite Orchid #DC9992

Color information

#DC9992 (or 0xDC9992) is unknown color: approx Petite Orchid. HEX triplet: DC, 99 and 92. RGB value is (220,153,146). Sum of RGB (Red+Green+Blue) = 220+153+146=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 153 (60.16% from 255 or 29.48% from 519); Blue value is 146 (57.42% from 255 or 28.13% from 519); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9992 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9992 is #23666D. Grayscale: #ACACAC. Windows color (decimal): -2319982 or 9607644. OLE color: 9607644.

HSL color Cylindrical-coordinate representation of color #DC9992: hue angle of 5.68º 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 #DC9992 is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB220153146-
CMYK00.300.340.14
HSL5.68º51.39%71.76%-
HSV(B)5.68º33.64%86.27%-
XYZ46.0940.0732.5-
YUV172.24113.2162.07-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.39%
GREEN value IS 153 (60.16% from 255) = 29.48%
BLUE value IS 146 (57.42% from 255) = 28.13%
R=42.39%
G=29.48%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015314600.300.340.145.6851.3971.76
HexDC999201E22E63348
Octal3342312220364216663110
Binary11011100100110011001001001111010001011101101100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9992; }

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

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

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

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

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

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

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

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