Html Css Color HEX #D98E8D Petite Orchid

📋 copy color: '#D98E8D'

red 217 ◦ green 142 ◦ blue 141

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

Shades of Petite Orchid #D98E8D

Tints of Petite Orchid #D98E8D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 28.4%

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

R = 43.4%
G = 28.4%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D98E8D (or 0xD98E8D) is known color: Petite Orchid. HEX triplet: D9, 8E and 8D. RGB value is (217,142,141). Sum of RGB (Red+Green+Blue) = 217+142+141=500 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.4% from 500); Green value is 142 (55.86% from 255 or 28.4% from 500); Blue value is 141 (55.47% from 255 or 28.2% from 500); Max value from RGB is 217 - color contains mainly: red. Hex color #D98E8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98E8D is #267172. Grayscale: #A4A4A4. Windows color (decimal): -2519411 or 9277145. OLE color: 9277145.

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

Color convert

RGB 217 142 141 -
CMYK 0 0.35 0.35 0.15
HSL 0.79º 0.5% 0.7% -
HSV(B) 0.79º 0.35% 0.85% -
XYZ 43.1 36.02 29.88 -
YUV 164.31 114.85 165.58 -
System Red Green Blue C M Y K H S L
Decimal 217 142 141 0 0.35 0.35 0.15 0.79 0.5 0.7
Hex D9 8E 8D 0 23 23 F 1 32 46
Octal 331 216 215 0 43 43 17 1 62 106
Binary 11011001 10001110 10001101 0 100011 100011 1111 1 110010 1000110

Color Harmonies of #D98E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98E8D

Black with #D98E8D

Text Example


Text Example

White with #D98E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98E8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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