#D5998A

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

Shades of Petite Orchid #D5998A

Tints of Petite Orchid #D5998A

Color information

#D5998A (or 0xD5998A) is unknown color: approx Petite Orchid. HEX triplet: D5, 99 and 8A. RGB value is (213,153,138). Sum of RGB (Red+Green+Blue) = 213+153+138=504 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.26% from 504); Green value is 153 (60.16% from 255 or 30.36% from 504); Blue value is 138 (54.30% from 255 or 27.38% from 504); Max value from RGB is 213 - color contains mainly: red. Hex color #D5998A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5998A is #2A6675. Grayscale: #A9A9A9. Windows color (decimal): -2778742 or 9083349. OLE color: 9083349.

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

Color convert

RGB213153138-
CMYK00.280.350.16
HSL12º47.17%68.82%-
HSV(B)12º35.21%83.53%-
XYZ43.4238.7629.24-
YUV169.23110.38159.22-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.26%
GREEN value IS 153 (60.16% from 255) = 30.36%
BLUE value IS 138 (54.30% from 255) = 27.38%
R=42.26%
G=30.36%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315313800.280.350.161247.1768.82
HexD5998A01C2310c2f45
Octal32523121203443201457105
Binary1101010110011001100010100111001000111000011001011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5998A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5998A; }

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

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

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

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

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

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

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

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