Html Css Color HEX #D99D99 Petite Orchid

📋 copy color: '#D99D99'

red 217 ◦ green 157 ◦ blue 153

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

Shades of Petite Orchid #D99D99

Tints of Petite Orchid #D99D99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 29.03%

R = 41.18%
G = 29.79%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D99D99 (or 0xD99D99) is known color: Petite Orchid. HEX triplet: D9, 9D and 99. RGB value is (217,157,153). Sum of RGB (Red+Green+Blue) = 217+157+153=527 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.18% from 527); Green value is 157 (61.72% from 255 or 29.79% from 527); Blue value is 153 (60.16% from 255 or 29.03% from 527); Max value from RGB is 217 - color contains mainly: red. Hex color #D99D99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99D99 is #266266. Grayscale: #AEAEAE. Windows color (decimal): -2515559 or 10067417. OLE color: 10067417.

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

Color convert

RGB 217 157 153 -
CMYK 0 0.28 0.29 0.15
HSL 3.75º 0.46% 0.73% -
HSV(B) 3.75º 0.29% 0.85% -
XYZ 46.42 41.17 35.64 -
YUV 174.48 115.88 158.33 -
System Red Green Blue C M Y K H S L
Decimal 217 157 153 0 0.28 0.29 0.15 3.75 0.46 0.73
Hex D9 9D 99 0 1C 1D F 4 2E 49
Octal 331 235 231 0 34 35 17 4 56 111
Binary 11011001 10011101 10011001 0 11100 11101 1111 100 101110 1001001

Color Harmonies of #D99D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99D99

Black with #D99D99

Text Example


Text Example

White with #D99D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99D99; }

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

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

background-color css

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

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

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

border-color css

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

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

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