Html Css Color HEX #D99392 Petite Orchid

📋 copy color: '#D99392'

red 217 ◦ green 147 ◦ blue 146

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

Shades of Petite Orchid #D99392

Tints of Petite Orchid #D99392

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.82%

 BLUE value IS 146 (57.42% from 255) = 28.63%

R = 42.55%
G = 28.82%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D99392 (or 0xD99392) is known color: Petite Orchid. HEX triplet: D9, 93 and 92. RGB value is (217,147,146). Sum of RGB (Red+Green+Blue) = 217+147+146=510 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.55% from 510); Green value is 147 (57.81% from 255 or 28.82% from 510); Blue value is 146 (57.42% from 255 or 28.63% from 510); Max value from RGB is 217 - color contains mainly: red. Hex color #D99392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99392 is #266C6D. Grayscale: #A7A7A7. Windows color (decimal): -2518126 or 9606105. OLE color: 9606105.

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

Color convert

RGB 217 147 146 -
CMYK 0 0.32 0.33 0.15
HSL 0.85º 0.48% 0.71% -
HSV(B) 0.85º 0.33% 0.85% -
XYZ 44.24 37.69 32.14 -
YUV 167.82 115.69 163.08 -
System Red Green Blue C M Y K H S L
Decimal 217 147 146 0 0.32 0.33 0.15 0.85 0.48 0.71
Hex D9 93 92 0 20 21 F 1 30 47
Octal 331 223 222 0 40 41 17 1 60 107
Binary 11011001 10010011 10010010 0 100000 100001 1111 1 110000 1000111

Color Harmonies of #D99392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99392

Black with #D99392

Text Example


Text Example

White with #D99392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99392; }

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

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

background-color css

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

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

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

border-color css

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

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

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