Html Css Color HEX #D1918A Petite Orchid

📋 copy color: '#D1918A'

red 209 ◦ green 145 ◦ blue 138

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

Shades of Petite Orchid #D1918A

Tints of Petite Orchid #D1918A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29.47%

 BLUE value IS 138 (54.3% from 255) = 28.05%

R = 42.48%
G = 29.47%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D1918A (or 0xD1918A) is known color: Petite Orchid. HEX triplet: D1, 91 and 8A. RGB value is (209,145,138). Sum of RGB (Red+Green+Blue) = 209+145+138=492 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.48% from 492); Green value is 145 (57.03% from 255 or 29.47% from 492); Blue value is 138 (54.30% from 255 or 28.05% from 492); Max value from RGB is 209 - color contains mainly: red. Hex color #D1918A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1918A is #2E6E75. Grayscale: #A3A3A3. Windows color (decimal): -3042934 or 9081297. OLE color: 9081297.

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

Color convert

RGB 209 145 138 -
CMYK 0 0.31 0.34 0.18
HSL 5.92º 0.44% 0.68% -
HSV(B) 5.92º 0.34% 0.82% -
XYZ 41.01 35.64 28.76 -
YUV 163.34 113.7 160.57 -
System Red Green Blue C M Y K H S L
Decimal 209 145 138 0 0.31 0.34 0.18 5.92 0.44 0.68
Hex D1 91 8A 0 1F 22 12 6 2C 44
Octal 321 221 212 0 37 42 22 6 54 104
Binary 11010001 10010001 10001010 0 11111 100010 10010 110 101100 1000100

Color Harmonies of #D1918A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1918A

Black with #D1918A

Text Example


Text Example

White with #D1918A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1918A; }

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

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

background-color css

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

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

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

border-color css

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

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

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