#DC9996

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

Shades of Petite Orchid #DC9996

Tints of Petite Orchid #DC9996

Color information

#DC9996 (or 0xDC9996) is unknown color: approx Petite Orchid. HEX triplet: DC, 99 and 96. RGB value is (220,153,150). Sum of RGB (Red+Green+Blue) = 220+153+150=523 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.07% from 523); Green value is 153 (60.16% from 255 or 29.25% from 523); Blue value is 150 (58.98% from 255 or 28.68% from 523); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9996 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9996 is #236669. Grayscale: #ACACAC. Windows color (decimal): -2319978 or 9869788. OLE color: 9869788.

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

Color convert

RGB220153150-
CMYK00.300.320.14
HSL2.57º50%72.55%-
HSV(B)2.57º31.82%86.27%-
XYZ46.4140.234.17-
YUV172.69115.2161.74-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.07%
GREEN value IS 153 (60.16% from 255) = 29.25%
BLUE value IS 150 (58.98% from 255) = 28.68%
R=42.07%
G=29.25%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015315000.300.320.142.575072.55
HexDC999601E20E33249
Octal3342312260364016362111
Binary1101110010011001100101100111101000001110111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9996; }

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

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

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

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

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

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

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

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