#D99592

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

Shades of Petite Orchid #D99592

Tints of Petite Orchid #D99592

Color information

#D99592 (or 0xD99592) is unknown color: approx Petite Orchid. HEX triplet: D9, 95 and 92. RGB value is (217,149,146). Sum of RGB (Red+Green+Blue) = 217+149+146=512 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.38% from 512); Green value is 149 (58.59% from 255 or 29.10% from 512); Blue value is 146 (57.42% from 255 or 28.52% from 512); Max value from RGB is 217 - color contains mainly: red. Hex color #D99592 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99592 is #266A6D. Grayscale: #A9A9A9. Windows color (decimal): -2517614 or 9606617. OLE color: 9606617.

HSL color Cylindrical-coordinate representation of color #D99592: hue angle of 2.54º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D99592 is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB217149146-
CMYK00.310.330.15
HSL2.54º48.3%71.18%-
HSV(B)2.54º32.72%85.1%-
XYZ44.5538.3232.24-
YUV168.99115.03162.24-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.38%
GREEN value IS 149 (58.59% from 255) = 29.10%
BLUE value IS 146 (57.42% from 255) = 28.52%
R=42.38%
G=29.10%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714914600.310.330.152.5448.371.18
HexD9959201F21F33047
Octal3312252220374117360107
Binary1101100110010101100100100111111000011111111100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99592; }

 p { color: rgb(217,149,146); }

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

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

 a { background-color: rgb(217,149,146); }

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

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

 span { border-color: rgb(217,149,146); }

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