Html Css Color HEX #D99E9E Petite Orchid

📋 copy color: '#D99E9E'

red 217 ◦ green 158 ◦ blue 158

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

Shades of Petite Orchid #D99E9E

Tints of Petite Orchid #D99E9E

RGB

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

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

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

R = 40.71%
G = 29.64%
B = 29.64%

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

#D99E9E (or 0xD99E9E) is known color: Petite Orchid. HEX triplet: D9, 9E and 9E. RGB value is (217,158,158). Sum of RGB (Red+Green+Blue) = 217+158+158=533 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.71% from 533); Green value is 158 (62.11% from 255 or 29.64% from 533); Blue value is 158 (62.11% from 255 or 29.64% from 533); Max value from RGB is 217 - color contains mainly: red. Hex color #D99E9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99E9E is #266161. Grayscale: #AFAFAF. Windows color (decimal): -2515298 or 10395353. OLE color: 10395353.

HSL color Cylindrical-coordinate representation of color #D99E9E: hue angle of 0º 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 #D99E9E is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 158 158 -
CMYK 0 0.27 0.27 0.15
HSL 0.44% 0.74% -
HSV(B) 0.27% 0.85% -
XYZ 47.01 41.67 37.91 -
YUV 175.64 118.05 157.5 -
System Red Green Blue C M Y K H S L
Decimal 217 158 158 0 0.27 0.27 0.15 0 0.44 0.74
Hex D9 9E 9E 0 1B 1B F 0 2C 4A
Octal 331 236 236 0 33 33 17 0 54 112
Binary 11011001 10011110 10011110 0 11011 11011 1111 0 101100 1001010

Color Harmonies of #D99E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99E9E

Black with #D99E9E

Text Example


Text Example

White with #D99E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99E9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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