#D99D9A

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

Shades of Petite Orchid #D99D9A

Tints of Petite Orchid #D99D9A

Color information

#D99D9A (or 0xD99D9A) is unknown color: approx Petite Orchid. HEX triplet: D9, 9D and 9A. RGB value is (217,157,154). Sum of RGB (Red+Green+Blue) = 217+157+154=528 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.10% from 528); Green value is 157 (61.72% from 255 or 29.73% from 528); Blue value is 154 (60.55% from 255 or 29.17% from 528); Max value from RGB is 217 - color contains mainly: red. Hex color #D99D9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99D9A is #266265. Grayscale: #AEAEAE. Windows color (decimal): -2515558 or 10132953. OLE color: 10132953.

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

Color convert

RGB217157154-
CMYK00.280.290.15
HSL2.86º45.32%72.75%-
HSV(B)2.86º29.03%85.1%-
XYZ46.541.236.07-
YUV174.6116.38158.24-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.10%
GREEN value IS 157 (61.72% from 255) = 29.73%
BLUE value IS 154 (60.55% from 255) = 29.17%
R=41.10%
G=29.73%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715715400.280.290.152.8645.3272.75
HexD99D9A01C1DF32d49
Octal3312352320343517355111
Binary110110011001110110011010011100111011111111011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99D9A; }

 p { color: rgb(217,157,154); }

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

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

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

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

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

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

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