Html Css Color HEX #D9938D Petite Orchid

📋 copy color: '#D9938D'

red 217 ◦ green 147 ◦ blue 141

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

Shades of Petite Orchid #D9938D

Tints of Petite Orchid #D9938D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.92%

R = 42.97%
G = 29.11%
B = 27.92%

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

#D9938D (or 0xD9938D) is known color: Petite Orchid. HEX triplet: D9, 93 and 8D. RGB value is (217,147,141). Sum of RGB (Red+Green+Blue) = 217+147+141=505 (66% of max value = 765). Red value is 217 (85.16% from 255 or 42.97% from 505); Green value is 147 (57.81% from 255 or 29.11% from 505); Blue value is 141 (55.47% from 255 or 27.92% from 505); Max value from RGB is 217 - color contains mainly: red. Hex color #D9938D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9938D is #266C72. Grayscale: #A7A7A7. Windows color (decimal): -2518131 or 9278425. OLE color: 9278425.

HSL color Cylindrical-coordinate representation of color #D9938D: hue angle of 4.74º 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 #D9938D is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 147 141 -
CMYK 0 0.32 0.35 0.15
HSL 4.74º 0.5% 0.7% -
HSV(B) 4.74º 0.35% 0.85% -
XYZ 43.86 37.54 30.13 -
YUV 167.25 113.19 163.49 -
System Red Green Blue C M Y K H S L
Decimal 217 147 141 0 0.32 0.35 0.15 4.74 0.5 0.7
Hex D9 93 8D 0 20 23 F 5 32 46
Octal 331 223 215 0 40 43 17 5 62 106
Binary 11011001 10010011 10001101 0 100000 100011 1111 101 110010 1000110

Color Harmonies of #D9938D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9938D

Black with #D9938D

Text Example


Text Example

White with #D9938D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9938D; }

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

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

background-color css

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

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

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

border-color css

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

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

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