#DC9D9A

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

Shades of Petite Orchid #DC9D9A

Tints of Petite Orchid #DC9D9A

Color information

#DC9D9A (or 0xDC9D9A) is unknown color: approx Petite Orchid. HEX triplet: DC, 9D and 9A. RGB value is (220,157,154). Sum of RGB (Red+Green+Blue) = 220+157+154=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 157 (61.72% from 255 or 29.57% from 531); Blue value is 154 (60.55% from 255 or 29.00% from 531); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9D9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9D9A is #236265. Grayscale: #AFAFAF. Windows color (decimal): -2318950 or 10132956. OLE color: 10132956.

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

Color convert

RGB220157154-
CMYK00.290.30.14
HSL2.73º48.53%73.33%-
HSV(B)2.73º30%86.27%-
XYZ47.441.6636.12-
YUV175.5115.87159.74-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.43%
GREEN value IS 157 (61.72% from 255) = 29.57%
BLUE value IS 154 (60.55% from 255) = 29.00%
R=41.43%
G=29.57%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.3
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015715400.290.30.142.7348.5373.33
HexDC9D9A01D1EE33149
Octal3342352320353616361111
Binary110111001001110110011010011101111101110111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9D9A; }

 p { color: rgb(220,157,154); }

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

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

 a { background-color: rgb(220,157,154); }

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

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

 span { border-color: rgb(220,157,154); }

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