Html Css Color HEX #D8988D Petite Orchid

📋 copy color: '#D8988D'

red 216 ◦ green 152 ◦ blue 141

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

Shades of Petite Orchid #D8988D

Tints of Petite Orchid #D8988D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.86%

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

R = 42.44%
G = 29.86%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D8988D (or 0xD8988D) is known color: Petite Orchid. HEX triplet: D8, 98 and 8D. RGB value is (216,152,141). Sum of RGB (Red+Green+Blue) = 216+152+141=509 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.44% from 509); Green value is 152 (59.77% from 255 or 29.86% from 509); Blue value is 141 (55.47% from 255 or 27.70% from 509); Max value from RGB is 216 - color contains mainly: red. Hex color #D8988D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8988D is #276772. Grayscale: #A9A9A9. Windows color (decimal): -2582387 or 9279704. OLE color: 9279704.

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

Color convert

RGB 216 152 141 -
CMYK 0 0.30 0.35 0.15
HSL 8.8º 0.49% 0.7% -
HSV(B) 8.8º 0.35% 0.85% -
XYZ 44.35 38.98 30.39 -
YUV 169.88 111.7 160.89 -
System Red Green Blue C M Y K H S L
Decimal 216 152 141 0 0.30 0.35 0.15 8.8 0.49 0.7
Hex D8 98 8D 0 1E 23 F 9 31 46
Octal 330 230 215 0 36 43 17 11 61 106
Binary 11011000 10011000 10001101 0 11110 100011 1111 1001 110001 1000110

Color Harmonies of #D8988D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8988D

Black with #D8988D

Text Example


Text Example

White with #D8988D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8988D; }

 p { color: rgb(216,152,141); }

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

background-color css

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

 a { background-color: rgb(216,152,141); }

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

border-color css

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

 span { border-color: rgb(216,152,141); }

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