#DF9D98

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

Shades of Petite Orchid #DF9D98

Tints of Petite Orchid #DF9D98

Color information

#DF9D98 (or 0xDF9D98) is unknown color: approx Petite Orchid. HEX triplet: DF, 9D and 98. RGB value is (223,157,152). Sum of RGB (Red+Green+Blue) = 223+157+152=532 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.92% from 532); Green value is 157 (61.72% from 255 or 29.51% from 532); Blue value is 152 (59.77% from 255 or 28.57% from 532); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9D98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9D98 is #206267. Grayscale: #B0B0B0. Windows color (decimal): -2122344 or 10001887. OLE color: 10001887.

HSL color Cylindrical-coordinate representation of color #DF9D98: hue angle of 4.23º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DF9D98 is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB223157152-
CMYK00.300.320.13
HSL4.23º52.59%73.53%-
HSV(B)4.23º31.84%87.45%-
XYZ48.1642.0735.29-
YUV176.16114.37161.41-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.92%
GREEN value IS 157 (61.72% from 255) = 29.51%
BLUE value IS 152 (59.77% from 255) = 28.57%
R=41.92%
G=29.51%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315715200.300.320.134.2352.5973.53
HexDF9D9801E20D4354a
Octal3372352300364015465112
Binary11011111100111011001100001111010000011011001101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9D98; }

 p { color: rgb(223,157,152); }

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

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

 a { background-color: rgb(223,157,152); }

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

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

 span { border-color: rgb(223,157,152); }

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