Html Css Color HEX #D9938E Petite Orchid

📋 copy color: '#D9938E'

red 217 ◦ green 147 ◦ blue 142

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

Shades of Petite Orchid #D9938E

Tints of Petite Orchid #D9938E

RGB

 RED value IS 217 (85.16% from 255) = 42.89%

 GREEN value IS 147 (57.81% from 255) = 29.05%

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

R = 42.89%
G = 29.05%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D9938E (or 0xD9938E) is known color: Petite Orchid. HEX triplet: D9, 93 and 8E. RGB value is (217,147,142). Sum of RGB (Red+Green+Blue) = 217+147+142=506 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.89% from 506); Green value is 147 (57.81% from 255 or 29.05% from 506); Blue value is 142 (55.86% from 255 or 28.06% from 506); Max value from RGB is 217 - color contains mainly: red. Hex color #D9938E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9938E is #266C71. Grayscale: #A7A7A7. Windows color (decimal): -2518130 or 9343961. OLE color: 9343961.

HSL color Cylindrical-coordinate representation of color #D9938E: hue angle of 4º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D9938E is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 147 142 -
CMYK 0 0.32 0.35 0.15
HSL 0.5% 0.7% -
HSV(B) 0.35% 0.85% -
XYZ 43.93 37.57 30.53 -
YUV 167.36 113.69 163.41 -
System Red Green Blue C M Y K H S L
Decimal 217 147 142 0 0.32 0.35 0.15 4 0.5 0.7
Hex D9 93 8E 0 20 23 F 4 32 46
Octal 331 223 216 0 40 43 17 4 62 106
Binary 11011001 10010011 10001110 0 100000 100011 1111 100 110010 1000110

Color Harmonies of #D9938E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9938E

Black with #D9938E

Text Example


Text Example

White with #D9938E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9938E; }

 p { color: rgb(217,147,142); }

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

background-color css

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

 a { background-color: rgb(217,147,142); }

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

border-color css

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

 span { border-color: rgb(217,147,142); }

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