Html Css Color HEX #D9998F Petite Orchid

📋 copy color: '#D9998F'

red 217 ◦ green 153 ◦ blue 143

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

Shades of Petite Orchid #D9998F

Tints of Petite Orchid #D9998F

RGB

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

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

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

R = 42.3%
G = 29.82%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D9998F (or 0xD9998F) is known color: Petite Orchid. HEX triplet: D9, 99 and 8F. RGB value is (217,153,143). Sum of RGB (Red+Green+Blue) = 217+153+143=513 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.30% from 513); Green value is 153 (60.16% from 255 or 29.82% from 513); Blue value is 143 (56.25% from 255 or 27.88% from 513); Max value from RGB is 217 - color contains mainly: red. Hex color #D9998F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9998F is #266670. Grayscale: #ABABAB. Windows color (decimal): -2516593 or 9411033. OLE color: 9411033.

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

Color convert

RGB 217 153 143 -
CMYK 0 0.29 0.34 0.15
HSL 8.11º 0.49% 0.71% -
HSV(B) 8.11º 0.34% 0.85% -
XYZ 44.96 39.52 31.24 -
YUV 171 112.2 160.81 -
System Red Green Blue C M Y K H S L
Decimal 217 153 143 0 0.29 0.34 0.15 8.11 0.49 0.71
Hex D9 99 8F 0 1D 22 F 8 31 47
Octal 331 231 217 0 35 42 17 10 61 107
Binary 11011001 10011001 10001111 0 11101 100010 1111 1000 110001 1000111

Color Harmonies of #D9998F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9998F

Black with #D9998F

Text Example


Text Example

White with #D9998F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9998F; }

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

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

background-color css

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

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

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

border-color css

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

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

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