#DE948B

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

Shades of Petite Orchid #DE948B

Tints of Petite Orchid #DE948B

Color information

#DE948B (or 0xDE948B) is unknown color: approx Petite Orchid. HEX triplet: DE, 94 and 8B. RGB value is (222,148,139). Sum of RGB (Red+Green+Blue) = 222+148+139=509 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.61% from 509); Green value is 148 (58.20% from 255 or 29.08% from 509); Blue value is 139 (54.69% from 255 or 27.31% from 509); Max value from RGB is 222 - color contains mainly: red. Hex color #DE948B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE948B is #216B74. Grayscale: #A9A9A9. Windows color (decimal): -2190197 or 9147614. OLE color: 9147614.

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

Color convert

RGB222148139-
CMYK00.330.370.13
HSL6.51º55.7%70.78%-
HSV(B)6.51º37.39%87.06%-
XYZ45.3738.5729.48-
YUV169.1111.02165.73-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.61%
GREEN value IS 148 (58.20% from 255) = 29.08%
BLUE value IS 139 (54.69% from 255) = 27.31%
R=43.61%
G=29.08%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214813900.330.370.136.5155.770.78
HexDE948B02125D73847
Octal3362242130414515770107
Binary110111101001010010001011010000110010111011111110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE948B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE948B; }

 p { color: rgb(222,148,139); }

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

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

 a { background-color: rgb(222,148,139); }

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

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

 span { border-color: rgb(222,148,139); }

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