#D5998F

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

Shades of Petite Orchid #D5998F

Tints of Petite Orchid #D5998F

Color information

#D5998F (or 0xD5998F) is unknown color: approx Petite Orchid. HEX triplet: D5, 99 and 8F. RGB value is (213,153,143). Sum of RGB (Red+Green+Blue) = 213+153+143=509 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.85% from 509); Green value is 153 (60.16% from 255 or 30.06% from 509); Blue value is 143 (56.25% from 255 or 28.09% from 509); Max value from RGB is 213 - color contains mainly: red. Hex color #D5998F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5998F is #2A6670. Grayscale: #A9A9A9. Windows color (decimal): -2778737 or 9411029. OLE color: 9411029.

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

Color convert

RGB213153143-
CMYK00.280.330.16
HSL8.57º45.45%69.8%-
HSV(B)8.57º32.86%83.53%-
XYZ43.7938.9131.19-
YUV169.8112.88158.81-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.85%
GREEN value IS 153 (60.16% from 255) = 30.06%
BLUE value IS 143 (56.25% from 255) = 28.09%
R=41.85%
G=30.06%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315314300.280.330.168.5745.4569.8
HexD5998F01C211092d46
Octal32523121703441201155106
Binary1101010110011001100011110111001000011000010011011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5998F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5998F; }

 p { color: rgb(213,153,143); }

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

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

 a { background-color: rgb(213,153,143); }

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

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

 span { border-color: rgb(213,153,143); }

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