Html Css Color HEX #D99E9D Petite Orchid

📋 copy color: '#D99E9D'

red 217 ◦ green 158 ◦ blue 157

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

Shades of Petite Orchid #D99E9D

Tints of Petite Orchid #D99E9D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.7%

 BLUE value IS 157 (61.72% from 255) = 29.51%

R = 40.79%
G = 29.7%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#D99E9D (or 0xD99E9D) is known color: Petite Orchid. HEX triplet: D9, 9E and 9D. RGB value is (217,158,157). Sum of RGB (Red+Green+Blue) = 217+158+157=532 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.79% from 532); Green value is 158 (62.11% from 255 or 29.70% from 532); Blue value is 157 (61.72% from 255 or 29.51% from 532); Max value from RGB is 217 - color contains mainly: red. Hex color #D99E9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99E9D is #266162. Grayscale: #AFAFAF. Windows color (decimal): -2515299 or 10329817. OLE color: 10329817.

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

Color convert

RGB 217 158 157 -
CMYK 0 0.27 0.28 0.15
HSL 0.44% 0.73% -
HSV(B) 0.28% 0.85% -
XYZ 46.93 41.64 37.46 -
YUV 175.53 117.55 157.58 -
System Red Green Blue C M Y K H S L
Decimal 217 158 157 0 0.27 0.28 0.15 1 0.44 0.73
Hex D9 9E 9D 0 1B 1C F 1 2C 49
Octal 331 236 235 0 33 34 17 1 54 111
Binary 11011001 10011110 10011101 0 11011 11100 1111 1 101100 1001001

Color Harmonies of #D99E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99E9D

Black with #D99E9D

Text Example


Text Example

White with #D99E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99E9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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