Html Css Color HEX #D19491 Petite Orchid

📋 copy color: '#D19491'

red 209 ◦ green 148 ◦ blue 145

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

Shades of Petite Orchid #D19491

Tints of Petite Orchid #D19491

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.48%

 BLUE value IS 145 (57.03% from 255) = 28.88%

R = 41.63%
G = 29.48%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D19491 (or 0xD19491) is known color: Petite Orchid. HEX triplet: D1, 94 and 91. RGB value is (209,148,145). Sum of RGB (Red+Green+Blue) = 209+148+145=502 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.63% from 502); Green value is 148 (58.20% from 255 or 29.48% from 502); Blue value is 145 (57.03% from 255 or 28.88% from 502); Max value from RGB is 209 - color contains mainly: red. Hex color #D19491 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19491 is #2E6B6E. Grayscale: #A5A5A5. Windows color (decimal): -3042159 or 9540817. OLE color: 9540817.

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

Color convert

RGB 209 148 145 -
CMYK 0 0.29 0.31 0.18
HSL 2.81º 0.41% 0.69% -
HSV(B) 2.81º 0.31% 0.82% -
XYZ 42 36.78 31.67 -
YUV 165.9 116.21 158.74 -
System Red Green Blue C M Y K H S L
Decimal 209 148 145 0 0.29 0.31 0.18 2.81 0.41 0.69
Hex D1 94 91 0 1D 1F 12 3 29 45
Octal 321 224 221 0 35 37 22 3 51 105
Binary 11010001 10010100 10010001 0 11101 11111 10010 11 101001 1000101

Color Harmonies of #D19491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19491

Black with #D19491

Text Example


Text Example

White with #D19491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19491; }

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

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

background-color css

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

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

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

border-color css

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

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

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