Html Css Color HEX #D19592 Petite Orchid

📋 copy color: '#D19592'

red 209 ◦ green 149 ◦ blue 146

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

Shades of Petite Orchid #D19592

Tints of Petite Orchid #D19592

RGB

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

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

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

R = 41.47%
G = 29.56%
B = 28.97%

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

#D19592 (or 0xD19592) is known color: Petite Orchid. HEX triplet: D1, 95 and 92. RGB value is (209,149,146). Sum of RGB (Red+Green+Blue) = 209+149+146=504 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.47% from 504); Green value is 149 (58.59% from 255 or 29.56% from 504); Blue value is 146 (57.42% from 255 or 28.97% from 504); Max value from RGB is 209 - color contains mainly: red. Hex color #D19592 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19592 is #2E6A6D. Grayscale: #A6A6A6. Windows color (decimal): -3041902 or 9606609. OLE color: 9606609.

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

Color convert

RGB 209 149 146 -
CMYK 0 0.29 0.30 0.18
HSL 2.86º 0.41% 0.7% -
HSV(B) 2.86º 0.3% 0.82% -
XYZ 42.23 37.13 32.13 -
YUV 166.6 116.38 158.24 -
System Red Green Blue C M Y K H S L
Decimal 209 149 146 0 0.29 0.30 0.18 2.86 0.41 0.7
Hex D1 95 92 0 1D 1E 12 3 29 46
Octal 321 225 222 0 35 36 22 3 51 106
Binary 11010001 10010101 10010010 0 11101 11110 10010 11 101001 1000110

Color Harmonies of #D19592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19592

Black with #D19592

Text Example


Text Example

White with #D19592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19592; }

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

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

background-color css

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

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

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

border-color css

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

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

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