#DF968A

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

Shades of Petite Orchid #DF968A

Tints of Petite Orchid #DF968A

Color information

#DF968A (or 0xDF968A) is unknown color: approx Petite Orchid. HEX triplet: DF, 96 and 8A. RGB value is (223,150,138). Sum of RGB (Red+Green+Blue) = 223+150+138=511 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.64% from 511); Green value is 150 (58.98% from 255 or 29.35% from 511); Blue value is 138 (54.30% from 255 or 27.01% from 511); Max value from RGB is 223 - color contains mainly: red. Hex color #DF968A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF968A is #206975. Grayscale: #AAAAAA. Windows color (decimal): -2124150 or 9082591. OLE color: 9082591.

HSL color Cylindrical-coordinate representation of color #DF968A: hue angle of 8.47º 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 #DF968A is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB223150138-
CMYK00.330.380.13
HSL8.47º57.05%70.78%-
HSV(B)8.47º38.12%87.45%-
XYZ45.9339.3429.22-
YUV170.46109.68165.48-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.64%
GREEN value IS 150 (58.98% from 255) = 29.35%
BLUE value IS 138 (54.30% from 255) = 27.01%
R=43.64%
G=29.35%
B=27.01%

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
Decimal22315013800.330.380.138.4757.0570.78
HexDF968A02126D83947
Octal33722621204146151071107
Binary1101111110010110100010100100001100110110110001110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF968A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF968A; }

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

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

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

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

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

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

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

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