Html Css Color HEX #D1928E Petite Orchid

📋 copy color: '#D1928E'

red 209 ◦ green 146 ◦ blue 142

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

Shades of Petite Orchid #D1928E

Tints of Petite Orchid #D1928E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.38%

 BLUE value IS 142 (55.86% from 255) = 28.57%

R = 42.05%
G = 29.38%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D1928E (or 0xD1928E) is known color: Petite Orchid. HEX triplet: D1, 92 and 8E. RGB value is (209,146,142). Sum of RGB (Red+Green+Blue) = 209+146+142=497 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.05% from 497); Green value is 146 (57.42% from 255 or 29.38% from 497); Blue value is 142 (55.86% from 255 or 28.57% from 497); Max value from RGB is 209 - color contains mainly: red. Hex color #D1928E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1928E is #2E6D71. Grayscale: #A4A4A4. Windows color (decimal): -3042674 or 9343697. OLE color: 9343697.

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

Color convert

RGB 209 146 142 -
CMYK 0 0.30 0.32 0.18
HSL 3.58º 0.42% 0.69% -
HSV(B) 3.58º 0.32% 0.82% -
XYZ 41.46 36.07 30.37 -
YUV 164.38 115.37 159.83 -
System Red Green Blue C M Y K H S L
Decimal 209 146 142 0 0.30 0.32 0.18 3.58 0.42 0.69
Hex D1 92 8E 0 1E 20 12 4 2A 45
Octal 321 222 216 0 36 40 22 4 52 105
Binary 11010001 10010010 10001110 0 11110 100000 10010 100 101010 1000101

Color Harmonies of #D1928E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1928E

Black with #D1928E

Text Example


Text Example

White with #D1928E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1928E; }

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

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

background-color css

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

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

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

border-color css

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

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

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