Html Css Color HEX #D89898 Petite Orchid

📋 copy color: '#D89898'

red 216 ◦ green 152 ◦ blue 152

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

Shades of Petite Orchid #D89898

Tints of Petite Orchid #D89898

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.23%

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

R = 41.54%
G = 29.23%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D89898 (or 0xD89898) is known color: Petite Orchid. HEX triplet: D8, 98 and 98. RGB value is (216,152,152). Sum of RGB (Red+Green+Blue) = 216+152+152=520 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.54% from 520); Green value is 152 (59.77% from 255 or 29.23% from 520); Blue value is 152 (59.77% from 255 or 29.23% from 520); Max value from RGB is 216 - color contains mainly: red. Hex color #D89898 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89898 is #276767. Grayscale: #ABABAB. Windows color (decimal): -2582376 or 10000600. OLE color: 10000600.

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

Color convert

RGB 216 152 152 -
CMYK 0 0.30 0.30 0.15
HSL 0.45% 0.72% -
HSV(B) 0.3% 0.85% -
XYZ 45.21 39.32 34.91 -
YUV 171.14 117.2 160 -
System Red Green Blue C M Y K H S L
Decimal 216 152 152 0 0.30 0.30 0.15 0 0.45 0.72
Hex D8 98 98 0 1E 1E F 0 2D 48
Octal 330 230 230 0 36 36 17 0 55 110
Binary 11011000 10011000 10011000 0 11110 11110 1111 0 101101 1001000

Color Harmonies of #D89898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89898

Black with #D89898

Text Example


Text Example

White with #D89898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89898; }

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

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

background-color css

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

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

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

border-color css

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

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

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