Html Css Color HEX #D99D93 Petite Orchid

📋 copy color: '#D99D93'

red 217 ◦ green 157 ◦ blue 147

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

Shades of Petite Orchid #D99D93

Tints of Petite Orchid #D99D93

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.13%

 BLUE value IS 147 (57.81% from 255) = 28.21%

R = 41.65%
G = 30.13%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D99D93 (or 0xD99D93) is known color: Petite Orchid. HEX triplet: D9, 9D and 93. RGB value is (217,157,147). Sum of RGB (Red+Green+Blue) = 217+157+147=521 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.65% from 521); Green value is 157 (61.72% from 255 or 30.13% from 521); Blue value is 147 (57.81% from 255 or 28.21% from 521); Max value from RGB is 217 - color contains mainly: red. Hex color #D99D93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99D93 is #26626C. Grayscale: #ADADAD. Windows color (decimal): -2515565 or 9674201. OLE color: 9674201.

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

Color convert

RGB 217 157 147 -
CMYK 0 0.28 0.32 0.15
HSL 8.57º 0.48% 0.71% -
HSV(B) 8.57º 0.32% 0.85% -
XYZ 45.94 40.97 33.09 -
YUV 173.8 112.88 158.81 -
System Red Green Blue C M Y K H S L
Decimal 217 157 147 0 0.28 0.32 0.15 8.57 0.48 0.71
Hex D9 9D 93 0 1C 20 F 9 30 47
Octal 331 235 223 0 34 40 17 11 60 107
Binary 11011001 10011101 10010011 0 11100 100000 1111 1001 110000 1000111

Color Harmonies of #D99D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99D93

Black with #D99D93

Text Example


Text Example

White with #D99D93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99D93; }

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

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

background-color css

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

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

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

border-color css

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

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

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