Html Css Color HEX #D98F89 Petite Orchid

📋 copy color: '#D98F89'

red 217 ◦ green 143 ◦ blue 137

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

Shades of Petite Orchid #D98F89

Tints of Petite Orchid #D98F89

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.77%

 BLUE value IS 137 (53.91% from 255) = 27.57%

R = 43.66%
G = 28.77%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#D98F89 (or 0xD98F89) is known color: Petite Orchid. HEX triplet: D9, 8F and 89. RGB value is (217,143,137). Sum of RGB (Red+Green+Blue) = 217+143+137=497 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.66% from 497); Green value is 143 (56.25% from 255 or 28.77% from 497); Blue value is 137 (53.91% from 255 or 27.57% from 497); Max value from RGB is 217 - color contains mainly: red. Hex color #D98F89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98F89 is #267076. Grayscale: #A4A4A4. Windows color (decimal): -2519159 or 9015257. OLE color: 9015257.

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

Color convert

RGB 217 143 137 -
CMYK 0 0.34 0.37 0.15
HSL 4.5º 0.51% 0.69% -
HSV(B) 4.5º 0.37% 0.85% -
XYZ 42.95 36.2 28.39 -
YUV 164.44 112.52 165.49 -
System Red Green Blue C M Y K H S L
Decimal 217 143 137 0 0.34 0.37 0.15 4.5 0.51 0.69
Hex D9 8F 89 0 22 25 F 4 33 45
Octal 331 217 211 0 42 45 17 4 63 105
Binary 11011001 10001111 10001001 0 100010 100101 1111 100 110011 1000101

Color Harmonies of #D98F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98F89

Black with #D98F89

Text Example


Text Example

White with #D98F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98F89; }

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

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

background-color css

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

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

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

border-color css

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

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

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