Html Css Color HEX #D89D98 Petite Orchid

📋 copy color: '#D89D98'

red 216 ◦ green 157 ◦ blue 152

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

Shades of Petite Orchid #D89D98

Tints of Petite Orchid #D89D98

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.9%

 BLUE value IS 152 (59.77% from 255) = 28.95%

R = 41.14%
G = 29.9%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D89D98 (or 0xD89D98) is known color: Petite Orchid. HEX triplet: D8, 9D and 98. RGB value is (216,157,152). Sum of RGB (Red+Green+Blue) = 216+157+152=525 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.14% from 525); Green value is 157 (61.72% from 255 or 29.90% from 525); Blue value is 152 (59.77% from 255 or 28.95% from 525); Max value from RGB is 216 - color contains mainly: red. Hex color #D89D98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89D98 is #276267. Grayscale: #AEAEAE. Windows color (decimal): -2581096 or 10001880. OLE color: 10001880.

HSL color Cylindrical-coordinate representation of color #D89D98: hue angle of 4.69º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D89D98 is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 157 152 -
CMYK 0 0.27 0.30 0.15
HSL 4.69º 0.45% 0.72% -
HSV(B) 4.69º 0.3% 0.85% -
XYZ 46.04 40.98 35.19 -
YUV 174.07 115.55 157.91 -
System Red Green Blue C M Y K H S L
Decimal 216 157 152 0 0.27 0.30 0.15 4.69 0.45 0.72
Hex D8 9D 98 0 1B 1E F 5 2D 48
Octal 330 235 230 0 33 36 17 5 55 110
Binary 11011000 10011101 10011000 0 11011 11110 1111 101 101101 1001000

Color Harmonies of #D89D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89D98

Black with #D89D98

Text Example


Text Example

White with #D89D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89D98; }

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

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

background-color css

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

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

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

border-color css

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

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

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