Html Css Color HEX #D19992 Petite Orchid

📋 copy color: '#D19992'

red 209 ◦ green 153 ◦ blue 146

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

Shades of Petite Orchid #D19992

Tints of Petite Orchid #D19992

RGB

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

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

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

R = 41.14%
G = 30.12%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D19992 (or 0xD19992) is known color: Petite Orchid. HEX triplet: D1, 99 and 92. RGB value is (209,153,146). Sum of RGB (Red+Green+Blue) = 209+153+146=508 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.14% from 508); Green value is 153 (60.16% from 255 or 30.12% from 508); Blue value is 146 (57.42% from 255 or 28.74% from 508); Max value from RGB is 209 - color contains mainly: red. Hex color #D19992 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19992 is #2E666D. Grayscale: #A9A9A9. Windows color (decimal): -3040878 or 9607633. OLE color: 9607633.

HSL color Cylindrical-coordinate representation of color #D19992: hue angle of 6.67º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D19992 is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 153 146 -
CMYK 0 0.27 0.30 0.18
HSL 6.67º 0.41% 0.7% -
HSV(B) 6.67º 0.3% 0.82% -
XYZ 42.87 38.41 32.35 -
YUV 168.95 115.05 156.57 -
System Red Green Blue C M Y K H S L
Decimal 209 153 146 0 0.27 0.30 0.18 6.67 0.41 0.7
Hex D1 99 92 0 1B 1E 12 7 29 46
Octal 321 231 222 0 33 36 22 7 51 106
Binary 11010001 10011001 10010010 0 11011 11110 10010 111 101001 1000110

Color Harmonies of #D19992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19992

Black with #D19992

Text Example


Text Example

White with #D19992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19992; }

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

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

background-color css

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

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

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

border-color css

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

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

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