Html Css Color HEX #D19892 Petite Orchid

📋 copy color: '#D19892'

red 209 ◦ green 152 ◦ blue 146

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

Shades of Petite Orchid #D19892

Tints of Petite Orchid #D19892

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.98%

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

R = 41.22%
G = 29.98%
B = 28.8%

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

#D19892 (or 0xD19892) is known color: Petite Orchid. HEX triplet: D1, 98 and 92. RGB value is (209,152,146). Sum of RGB (Red+Green+Blue) = 209+152+146=507 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.22% from 507); Green value is 152 (59.77% from 255 or 29.98% from 507); Blue value is 146 (57.42% from 255 or 28.80% from 507); Max value from RGB is 209 - color contains mainly: red. Hex color #D19892 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19892 is #2E676D. Grayscale: #A8A8A8. Windows color (decimal): -3041134 or 9607377. OLE color: 9607377.

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

Color convert

RGB 209 152 146 -
CMYK 0 0.27 0.30 0.18
HSL 5.71º 0.41% 0.7% -
HSV(B) 5.71º 0.3% 0.82% -
XYZ 42.71 38.09 32.29 -
YUV 168.36 115.38 156.99 -
System Red Green Blue C M Y K H S L
Decimal 209 152 146 0 0.27 0.30 0.18 5.71 0.41 0.7
Hex D1 98 92 0 1B 1E 12 6 29 46
Octal 321 230 222 0 33 36 22 6 51 106
Binary 11010001 10011000 10010010 0 11011 11110 10010 110 101001 1000110

Color Harmonies of #D19892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19892

Black with #D19892

Text Example


Text Example

White with #D19892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19892; }

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

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

background-color css

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

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

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

border-color css

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

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

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