#D99595

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

Shades of Petite Orchid #D99595

Tints of Petite Orchid #D99595

Color information

#D99595 (or 0xD99595) is unknown color: approx Petite Orchid. HEX triplet: D9, 95 and 95. RGB value is (217,149,149). Sum of RGB (Red+Green+Blue) = 217+149+149=515 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.14% from 515); Green value is 149 (58.59% from 255 or 28.93% from 515); Blue value is 149 (58.59% from 255 or 28.93% from 515); Max value from RGB is 217 - color contains mainly: red. Hex color #D99595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99595 is #266A6A. Grayscale: #A9A9A9. Windows color (decimal): -2517611 or 9803225. OLE color: 9803225.

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

Color convert

RGB217149149-
CMYK00.310.310.15
HSL47.22%71.76%-
HSV(B)31.34%85.1%-
XYZ44.7938.4233.49-
YUV169.33116.53162-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.14%
GREEN value IS 149 (58.59% from 255) = 28.93%
BLUE value IS 149 (58.59% from 255) = 28.93%
R=42.14%
G=28.93%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714914900.310.310.15047.2271.76
HexD9959501F1FF02f48
Octal3312252250373717057110
Binary11011001100101011001010101111111111111101011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99595; }

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

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

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

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

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

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

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

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