#DF9894

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

Shades of Petite Orchid #DF9894

Tints of Petite Orchid #DF9894

Color information

#DF9894 (or 0xDF9894) is unknown color: approx Petite Orchid. HEX triplet: DF, 98 and 94. RGB value is (223,152,148). Sum of RGB (Red+Green+Blue) = 223+152+148=523 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.64% from 523); Green value is 152 (59.77% from 255 or 29.06% from 523); Blue value is 148 (58.20% from 255 or 28.30% from 523); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9894 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9894 is #20676B. Grayscale: #ACACAC. Windows color (decimal): -2123628 or 9738463. OLE color: 9738463.

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

Color convert

RGB223152148-
CMYK00.320.340.13
HSL3.2º53.96%72.75%-
HSV(B)3.2º33.63%87.45%-
XYZ4740.2833.31-
YUV172.77114.02163.83-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.64%
GREEN value IS 152 (59.77% from 255) = 29.06%
BLUE value IS 148 (58.20% from 255) = 28.30%
R=42.64%
G=29.06%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315214800.320.340.133.253.9672.75
HexDF989402022D33649
Octal3372302240404215366111
Binary11011111100110001001010001000001000101101111101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9894; }

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

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

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

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

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

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

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

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