Html Css Color HEX #D19593 Petite Orchid

📋 copy color: '#D19593'

red 209 ◦ green 149 ◦ blue 147

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

Shades of Petite Orchid #D19593

Tints of Petite Orchid #D19593

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.5%

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

R = 41.39%
G = 29.5%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D19593 (or 0xD19593) is known color: Petite Orchid. HEX triplet: D1, 95 and 93. RGB value is (209,149,147). Sum of RGB (Red+Green+Blue) = 209+149+147=505 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.39% from 505); Green value is 149 (58.59% from 255 or 29.50% from 505); Blue value is 147 (57.81% from 255 or 29.11% from 505); Max value from RGB is 209 - color contains mainly: red. Hex color #D19593 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19593 is #2E6A6C. Grayscale: #A6A6A6. Windows color (decimal): -3041901 or 9672145. OLE color: 9672145.

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

Color convert

RGB 209 149 147 -
CMYK 0 0.29 0.30 0.18
HSL 1.94º 0.4% 0.7% -
HSV(B) 1.94º 0.3% 0.82% -
XYZ 42.31 37.16 32.55 -
YUV 166.71 116.88 158.16 -
System Red Green Blue C M Y K H S L
Decimal 209 149 147 0 0.29 0.30 0.18 1.94 0.4 0.7
Hex D1 95 93 0 1D 1E 12 2 28 46
Octal 321 225 223 0 35 36 22 2 50 106
Binary 11010001 10010101 10010011 0 11101 11110 10010 10 101000 1000110

Color Harmonies of #D19593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19593

Black with #D19593

Text Example


Text Example

White with #D19593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19593; }

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

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

background-color css

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

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

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

border-color css

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

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

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