Html Css Color HEX #D99F9E Petite Orchid

📋 copy color: '#D99F9E'

red 217 ◦ green 159 ◦ blue 158

#D99F9E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Petite Orchid #D99F9E

Tints of Petite Orchid #D99F9E

RGB

 RED value IS 217 (85.16% from 255) = 40.64%

 GREEN value IS 159 (62.5% from 255) = 29.78%

 BLUE value IS 158 (62.11% from 255) = 29.59%

R = 40.64%
G = 29.78%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#D99F9E (or 0xD99F9E) is known color: Petite Orchid. HEX triplet: D9, 9F and 9E. RGB value is (217,159,158). Sum of RGB (Red+Green+Blue) = 217+159+158=534 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.64% from 534); Green value is 159 (62.5% from 255 or 29.78% from 534); Blue value is 158 (62.11% from 255 or 29.59% from 534); Max value from RGB is 217 - color contains mainly: red. Hex color #D99F9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99F9E is #266061. Grayscale: #B0B0B0. Windows color (decimal): -2515042 or 10395609. OLE color: 10395609.

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

Color convert

RGB 217 159 158 -
CMYK 0 0.27 0.27 0.15
HSL 1.02º 0.44% 0.74% -
HSV(B) 1.02º 0.27% 0.85% -
XYZ 47.18 42.02 37.97 -
YUV 176.23 117.72 157.08 -
System Red Green Blue C M Y K H S L
Decimal 217 159 158 0 0.27 0.27 0.15 1.02 0.44 0.74
Hex D9 9F 9E 0 1B 1B F 1 2C 4A
Octal 331 237 236 0 33 33 17 1 54 112
Binary 11011001 10011111 10011110 0 11011 11011 1111 1 101100 1001010

Color Harmonies of #D99F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99F9E

Black with #D99F9E

Text Example


Text Example

White with #D99F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99F9E; }

 p { color: rgb(217,159,158); }

 H1.HeaderClassName
 {
   color: #D99F9E;
 }
 .AnyTagClassName
 {
   color: #D99F9E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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