Html Css Color HEX #D99A97 Petite Orchid

📋 copy color: '#D99A97'

red 217 ◦ green 154 ◦ blue 151

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

Shades of Petite Orchid #D99A97

Tints of Petite Orchid #D99A97

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.5%

 BLUE value IS 151 (59.38% from 255) = 28.93%

R = 41.57%
G = 29.5%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D99A97 (or 0xD99A97) is known color: Petite Orchid. HEX triplet: D9, 9A and 97. RGB value is (217,154,151). Sum of RGB (Red+Green+Blue) = 217+154+151=522 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.57% from 522); Green value is 154 (60.55% from 255 or 29.50% from 522); Blue value is 151 (59.38% from 255 or 28.93% from 522); Max value from RGB is 217 - color contains mainly: red. Hex color #D99A97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99A97 is #266568. Grayscale: #ACACAC. Windows color (decimal): -2516329 or 9935577. OLE color: 9935577.

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

Color convert

RGB 217 154 151 -
CMYK 0 0.29 0.30 0.15
HSL 2.73º 0.46% 0.72% -
HSV(B) 2.73º 0.3% 0.85% -
XYZ 45.76 40.1 34.61 -
YUV 172.5 115.87 159.74 -
System Red Green Blue C M Y K H S L
Decimal 217 154 151 0 0.29 0.30 0.15 2.73 0.46 0.72
Hex D9 9A 97 0 1D 1E F 3 2E 48
Octal 331 232 227 0 35 36 17 3 56 110
Binary 11011001 10011010 10010111 0 11101 11110 1111 11 101110 1001000

Color Harmonies of #D99A97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99A97

Black with #D99A97

Text Example


Text Example

White with #D99A97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99A97; }

 p { color: rgb(217,154,151); }

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

background-color css

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

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

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

border-color css

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

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

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