Html Css Color HEX #D89F9F Petite Orchid

📋 copy color: '#D89F9F'

red 216 ◦ green 159 ◦ blue 159

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

Shades of Petite Orchid #D89F9F

Tints of Petite Orchid #D89F9F

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.78%

 BLUE value IS 159 (62.5% from 255) = 29.78%

R = 40.45%
G = 29.78%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#D89F9F (or 0xD89F9F) is known color: Petite Orchid. HEX triplet: D8, 9F and 9F. RGB value is (216,159,159). Sum of RGB (Red+Green+Blue) = 216+159+159=534 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.45% from 534); Green value is 159 (62.5% from 255 or 29.78% from 534); Blue value is 159 (62.5% from 255 or 29.78% from 534); Max value from RGB is 216 - color contains mainly: red. Hex color #D89F9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89F9F is #276060. Grayscale: #B0B0B0. Windows color (decimal): -2580577 or 10461144. OLE color: 10461144.

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

Color convert

RGB 216 159 159 -
CMYK 0 0.26 0.26 0.15
HSL 0.42% 0.74% -
HSV(B) 0.26% 0.85% -
XYZ 46.98 41.9 38.41 -
YUV 176.04 118.38 156.5 -
System Red Green Blue C M Y K H S L
Decimal 216 159 159 0 0.26 0.26 0.15 0 0.42 0.74
Hex D8 9F 9F 0 1A 1A F 0 2A 4A
Octal 330 237 237 0 32 32 17 0 52 112
Binary 11011000 10011111 10011111 0 11010 11010 1111 0 101010 1001010

Color Harmonies of #D89F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89F9F

Black with #D89F9F

Text Example


Text Example

White with #D89F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89F9F; }

 p { color: rgb(216,159,159); }

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

background-color css

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

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

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

border-color css

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

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

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