Html Css Color HEX #D8938F Petite Orchid

📋 copy color: '#D8938F'

red 216 ◦ green 147 ◦ blue 143

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

Shades of Petite Orchid #D8938F

Tints of Petite Orchid #D8938F

RGB

 RED value IS 216 (84.77% from 255) = 42.69%

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

 BLUE value IS 143 (56.25% from 255) = 28.26%

R = 42.69%
G = 29.05%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D8938F (or 0xD8938F) is known color: Petite Orchid. HEX triplet: D8, 93 and 8F. RGB value is (216,147,143). Sum of RGB (Red+Green+Blue) = 216+147+143=506 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.69% from 506); Green value is 147 (57.81% from 255 or 29.05% from 506); Blue value is 143 (56.25% from 255 or 28.26% from 506); Max value from RGB is 216 - color contains mainly: red. Hex color #D8938F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8938F is #276C70. Grayscale: #A7A7A7. Windows color (decimal): -2583665 or 9409496. OLE color: 9409496.

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

Color convert

RGB 216 147 143 -
CMYK 0 0.32 0.34 0.15
HSL 3.29º 0.48% 0.7% -
HSV(B) 3.29º 0.34% 0.85% -
XYZ 43.71 37.45 30.91 -
YUV 167.18 114.36 162.83 -
System Red Green Blue C M Y K H S L
Decimal 216 147 143 0 0.32 0.34 0.15 3.29 0.48 0.7
Hex D8 93 8F 0 20 22 F 3 30 46
Octal 330 223 217 0 40 42 17 3 60 106
Binary 11011000 10010011 10001111 0 100000 100010 1111 11 110000 1000110

Color Harmonies of #D8938F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8938F

Black with #D8938F

Text Example


Text Example

White with #D8938F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8938F; }

 p { color: rgb(216,147,143); }

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

background-color css

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

 a { background-color: rgb(216,147,143); }

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

border-color css

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

 span { border-color: rgb(216,147,143); }

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