#D99C99

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

Shades of Petite Orchid #D99C99

Tints of Petite Orchid #D99C99

Color information

#D99C99 (or 0xD99C99) is unknown color: approx Petite Orchid. HEX triplet: D9, 9C and 99. RGB value is (217,156,153). Sum of RGB (Red+Green+Blue) = 217+156+153=526 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.25% from 526); Green value is 156 (61.33% from 255 or 29.66% from 526); Blue value is 153 (60.16% from 255 or 29.09% from 526); Max value from RGB is 217 - color contains mainly: red. Hex color #D99C99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99C99 is #266366. Grayscale: #ADADAD. Windows color (decimal): -2515815 or 10067161. OLE color: 10067161.

HSL color Cylindrical-coordinate representation of color #D99C99: hue angle of 2.81º degrees, saturation: 0.46, 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 #D99C99 is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB217156153-
CMYK00.280.290.15
HSL2.81º45.71%72.55%-
HSV(B)2.81º29.49%85.1%-
XYZ46.2540.8335.58-
YUV173.9116.21158.74-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.25%
GREEN value IS 156 (61.33% from 255) = 29.66%
BLUE value IS 153 (60.16% from 255) = 29.09%
R=41.25%
G=29.66%
B=29.09%

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
Decimal21715615300.280.290.152.8145.7172.55
HexD99C9901C1DF32e49
Octal3312342310343517356111
Binary110110011001110010011001011100111011111111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99C99; }

 p { color: rgb(217,156,153); }

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

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

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

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

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

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

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