Html Css Color HEX #D99992 Petite Orchid

📋 copy color: '#D99992'

red 217 ◦ green 153 ◦ blue 146

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

Shades of Petite Orchid #D99992

Tints of Petite Orchid #D99992

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.65%

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

R = 42.05%
G = 29.65%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D99992 (or 0xD99992) is known color: Petite Orchid. HEX triplet: D9, 99 and 92. RGB value is (217,153,146). Sum of RGB (Red+Green+Blue) = 217+153+146=516 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.05% from 516); Green value is 153 (60.16% from 255 or 29.65% from 516); Blue value is 146 (57.42% from 255 or 28.29% from 516); Max value from RGB is 217 - color contains mainly: red. Hex color #D99992 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99992 is #26666D. Grayscale: #ABABAB. Windows color (decimal): -2516590 or 9607641. OLE color: 9607641.

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

Color convert

RGB 217 153 146 -
CMYK 0 0.29 0.33 0.15
HSL 5.92º 0.48% 0.71% -
HSV(B) 5.92º 0.33% 0.85% -
XYZ 45.19 39.61 32.46 -
YUV 171.34 113.7 160.57 -
System Red Green Blue C M Y K H S L
Decimal 217 153 146 0 0.29 0.33 0.15 5.92 0.48 0.71
Hex D9 99 92 0 1D 21 F 6 30 47
Octal 331 231 222 0 35 41 17 6 60 107
Binary 11011001 10011001 10010010 0 11101 100001 1111 110 110000 1000111

Color Harmonies of #D99992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99992

Black with #D99992

Text Example


Text Example

White with #D99992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99992; }

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

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

background-color css

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

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

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

border-color css

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

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

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