#DC9998

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

Shades of Petite Orchid #DC9998

Tints of Petite Orchid #DC9998

Color information

#DC9998 (or 0xDC9998) is unknown color: approx Petite Orchid. HEX triplet: DC, 99 and 98. RGB value is (220,153,152). Sum of RGB (Red+Green+Blue) = 220+153+152=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 153 (60.16% from 255 or 29.14% from 525); Blue value is 152 (59.77% from 255 or 28.95% from 525); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9998 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9998 is #236667. Grayscale: #ACACAC. Windows color (decimal): -2319976 or 10000860. OLE color: 10000860.

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

Color convert

RGB220153152-
CMYK00.300.310.14
HSL0.88º49.28%72.94%-
HSV(B)0.88º30.91%86.27%-
XYZ46.5740.2735.02-
YUV172.92116.2161.58-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.90%
GREEN value IS 153 (60.16% from 255) = 29.14%
BLUE value IS 152 (59.77% from 255) = 28.95%
R=41.90%
G=29.14%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015315200.300.310.140.8849.2872.94
HexDC999801E1FE13149
Octal3342312300363716161111
Binary11011100100110011001100001111011111111011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9998; }

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

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

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

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

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

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

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

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