#DF968B

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

Shades of Petite Orchid #DF968B

Tints of Petite Orchid #DF968B

Color information

#DF968B (or 0xDF968B) is unknown color: approx Petite Orchid. HEX triplet: DF, 96 and 8B. RGB value is (223,150,139). Sum of RGB (Red+Green+Blue) = 223+150+139=512 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.55% from 512); Green value is 150 (58.98% from 255 or 29.30% from 512); Blue value is 139 (54.69% from 255 or 27.15% from 512); Max value from RGB is 223 - color contains mainly: red. Hex color #DF968B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF968B is #206974. Grayscale: #AAAAAA. Windows color (decimal): -2124149 or 9148127. OLE color: 9148127.

HSL color Cylindrical-coordinate representation of color #DF968B: hue angle of 7.86º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DF968B is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB223150139-
CMYK00.330.380.13
HSL7.86º56.76%70.98%-
HSV(B)7.86º37.67%87.45%-
XYZ4639.3629.6-
YUV170.57110.18165.39-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.55%
GREEN value IS 150 (58.98% from 255) = 29.30%
BLUE value IS 139 (54.69% from 255) = 27.15%
R=43.55%
G=29.30%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315013900.330.380.137.8656.7670.98
HexDF968B02126D83947
Octal33722621304146151071107
Binary1101111110010110100010110100001100110110110001110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF968B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF968B; }

 p { color: rgb(223,150,139); }

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

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

 a { background-color: rgb(223,150,139); }

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

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

 span { border-color: rgb(223,150,139); }

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