Html Css Color HEX #D19A97 Petite Orchid

📋 copy color: '#D19A97'

red 209 ◦ green 154 ◦ blue 151

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

Shades of Petite Orchid #D19A97

Tints of Petite Orchid #D19A97

RGB

 RED value IS 209 (82.03% from 255) = 40.66%

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

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

R = 40.66%
G = 29.96%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D19A97 (or 0xD19A97) is known color: Petite Orchid. HEX triplet: D1, 9A and 97. RGB value is (209,154,151). Sum of RGB (Red+Green+Blue) = 209+154+151=514 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.66% from 514); Green value is 154 (60.55% from 255 or 29.96% from 514); Blue value is 151 (59.38% from 255 or 29.38% from 514); Max value from RGB is 209 - color contains mainly: red. Hex color #D19A97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19A97 is #2E6568. Grayscale: #AAAAAA. Windows color (decimal): -3040617 or 9935569. OLE color: 9935569.

HSL color Cylindrical-coordinate representation of color #D19A97: hue angle of 3.1º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D19A97 is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 154 151 -
CMYK 0 0.26 0.28 0.18
HSL 3.1º 0.39% 0.71% -
HSV(B) 3.1º 0.28% 0.82% -
XYZ 43.44 38.9 34.5 -
YUV 170.1 117.22 155.74 -
System Red Green Blue C M Y K H S L
Decimal 209 154 151 0 0.26 0.28 0.18 3.1 0.39 0.71
Hex D1 9A 97 0 1A 1C 12 3 27 47
Octal 321 232 227 0 32 34 22 3 47 107
Binary 11010001 10011010 10010111 0 11010 11100 10010 11 100111 1000111

Color Harmonies of #D19A97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19A97

Black with #D19A97

Text Example


Text Example

White with #D19A97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19A97; }

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

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

background-color css

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

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

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

border-color css

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

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

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