Html Css Color HEX #D9998D Petite Orchid

📋 copy color: '#D9998D'

red 217 ◦ green 153 ◦ blue 141

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

Shades of Petite Orchid #D9998D

Tints of Petite Orchid #D9998D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.94%

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

R = 42.47%
G = 29.94%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D9998D (or 0xD9998D) is known color: Petite Orchid. HEX triplet: D9, 99 and 8D. RGB value is (217,153,141). Sum of RGB (Red+Green+Blue) = 217+153+141=511 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.47% from 511); Green value is 153 (60.16% from 255 or 29.94% from 511); Blue value is 141 (55.47% from 255 or 27.59% from 511); Max value from RGB is 217 - color contains mainly: red. Hex color #D9998D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9998D is #266672. Grayscale: #AAAAAA. Windows color (decimal): -2516595 or 9279961. OLE color: 9279961.

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

Color convert

RGB 217 153 141 -
CMYK 0 0.29 0.35 0.15
HSL 9.47º 0.5% 0.7% -
HSV(B) 9.47º 0.35% 0.85% -
XYZ 44.81 39.46 30.45 -
YUV 170.77 111.2 160.98 -
System Red Green Blue C M Y K H S L
Decimal 217 153 141 0 0.29 0.35 0.15 9.47 0.5 0.7
Hex D9 99 8D 0 1D 23 F 9 32 46
Octal 331 231 215 0 35 43 17 11 62 106
Binary 11011001 10011001 10001101 0 11101 100011 1111 1001 110010 1000110

Color Harmonies of #D9998D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9998D

Black with #D9998D

Text Example


Text Example

White with #D9998D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9998D; }

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

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

background-color css

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

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

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

border-color css

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

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

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