#DE918B

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

Shades of Petite Orchid #DE918B

Tints of Petite Orchid #DE918B

Color information

#DE918B (or 0xDE918B) is unknown color: approx Petite Orchid. HEX triplet: DE, 91 and 8B. RGB value is (222,145,139). Sum of RGB (Red+Green+Blue) = 222+145+139=506 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.87% from 506); Green value is 145 (57.03% from 255 or 28.66% from 506); Blue value is 139 (54.69% from 255 or 27.47% from 506); Max value from RGB is 222 - color contains mainly: red. Hex color #DE918B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE918B is #216E74. Grayscale: #A7A7A7. Windows color (decimal): -2190965 or 9146846. OLE color: 9146846.

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

Color convert

RGB222145139-
CMYK00.350.370.13
HSL4.34º55.7%70.78%-
HSV(B)4.34º37.39%87.06%-
XYZ44.9137.6429.33-
YUV167.34112.01166.99-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.87%
GREEN value IS 145 (57.03% from 255) = 28.66%
BLUE value IS 139 (54.69% from 255) = 27.47%
R=43.87%
G=28.66%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214513900.350.370.134.3455.770.78
HexDE918B02325D43847
Octal3362212130434515470107
Binary110111101001000110001011010001110010111011001110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE918B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE918B; }

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

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

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

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

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

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

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

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