Html Css Color HEX #D19993 Petite Orchid

📋 copy color: '#D19993'

red 209 ◦ green 153 ◦ blue 147

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

Shades of Petite Orchid #D19993

Tints of Petite Orchid #D19993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 28.88%

R = 41.06%
G = 30.06%
B = 28.88%

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

#D19993 (or 0xD19993) is known color: Petite Orchid. HEX triplet: D1, 99 and 93. RGB value is (209,153,147). Sum of RGB (Red+Green+Blue) = 209+153+147=509 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.06% from 509); Green value is 153 (60.16% from 255 or 30.06% from 509); Blue value is 147 (57.81% from 255 or 28.88% from 509); Max value from RGB is 209 - color contains mainly: red. Hex color #D19993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19993 is #2E666C. Grayscale: #A9A9A9. Windows color (decimal): -3040877 or 9673169. OLE color: 9673169.

HSL color Cylindrical-coordinate representation of color #D19993: hue angle of 5.81º degrees, saturation: 0.4, 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 #D19993 is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 153 147 -
CMYK 0 0.27 0.30 0.18
HSL 5.81º 0.4% 0.7% -
HSV(B) 5.81º 0.3% 0.82% -
XYZ 42.95 38.44 32.76 -
YUV 169.06 115.55 156.49 -
System Red Green Blue C M Y K H S L
Decimal 209 153 147 0 0.27 0.30 0.18 5.81 0.4 0.7
Hex D1 99 93 0 1B 1E 12 6 28 46
Octal 321 231 223 0 33 36 22 6 50 106
Binary 11010001 10011001 10010011 0 11011 11110 10010 110 101000 1000110

Color Harmonies of #D19993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19993

Black with #D19993

Text Example


Text Example

White with #D19993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19993; }

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

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

background-color css

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

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

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

border-color css

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

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

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