#D59892

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

Shades of Petite Orchid #D59892

Tints of Petite Orchid #D59892

Color information

#D59892 (or 0xD59892) is unknown color: approx Petite Orchid. HEX triplet: D5, 98 and 92. RGB value is (213,152,146). Sum of RGB (Red+Green+Blue) = 213+152+146=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 152 (59.77% from 255 or 29.75% from 511); Blue value is 146 (57.42% from 255 or 28.57% from 511); Max value from RGB is 213 - color contains mainly: red. Hex color #D59892 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59892 is #2A676D. Grayscale: #A9A9A9. Windows color (decimal): -2778990 or 9607381. OLE color: 9607381.

HSL color Cylindrical-coordinate representation of color #D59892: hue angle of 5.37º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D59892 is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB213152146-
CMYK00.290.310.16
HSL5.37º44.37%70.39%-
HSV(B)5.37º31.46%83.53%-
XYZ43.8638.6832.35-
YUV169.56114.71158.99-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.68%
GREEN value IS 152 (59.77% from 255) = 29.75%
BLUE value IS 146 (57.42% from 255) = 28.57%
R=41.68%
G=29.75%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315214600.290.310.165.3744.3770.39
HexD5989201D1F1052c46
Octal3252302220353720554106
Binary11010101100110001001001001110111111100001011011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59892; }

 p { color: rgb(213,152,146); }

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

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

 a { background-color: rgb(213,152,146); }

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

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

 span { border-color: rgb(213,152,146); }

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