Html Css Color HEX #D19994 Petite Orchid

📋 copy color: '#D19994'

red 209 ◦ green 153 ◦ blue 148

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

Shades of Petite Orchid #D19994

Tints of Petite Orchid #D19994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 29.02%

R = 40.98%
G = 30%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D19994 (or 0xD19994) is known color: Petite Orchid. HEX triplet: D1, 99 and 94. RGB value is (209,153,148). Sum of RGB (Red+Green+Blue) = 209+153+148=510 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.98% from 510); Green value is 153 (60.16% from 255 or 30% from 510); Blue value is 148 (58.20% from 255 or 29.02% from 510); Max value from RGB is 209 - color contains mainly: red. Hex color #D19994 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19994 is #2E666B. Grayscale: #A9A9A9. Windows color (decimal): -3040876 or 9738705. OLE color: 9738705.

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

Color convert

RGB 209 153 148 -
CMYK 0 0.27 0.29 0.18
HSL 4.92º 0.4% 0.7% -
HSV(B) 4.92º 0.29% 0.82% -
XYZ 43.03 38.48 33.18 -
YUV 169.17 116.05 156.41 -
System Red Green Blue C M Y K H S L
Decimal 209 153 148 0 0.27 0.29 0.18 4.92 0.4 0.7
Hex D1 99 94 0 1B 1D 12 5 28 46
Octal 321 231 224 0 33 35 22 5 50 106
Binary 11010001 10011001 10010100 0 11011 11101 10010 101 101000 1000110

Color Harmonies of #D19994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19994

Black with #D19994

Text Example


Text Example

White with #D19994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19994; }

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

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

background-color css

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

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

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

border-color css

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

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

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