Html Css Color HEX #D89893 Petite Orchid

📋 copy color: '#D89893'

red 216 ◦ green 152 ◦ blue 147

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

Shades of Petite Orchid #D89893

Tints of Petite Orchid #D89893

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 28.54%

R = 41.94%
G = 29.51%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D89893 (or 0xD89893) is known color: Petite Orchid. HEX triplet: D8, 98 and 93. RGB value is (216,152,147). Sum of RGB (Red+Green+Blue) = 216+152+147=515 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.94% from 515); Green value is 152 (59.77% from 255 or 29.51% from 515); Blue value is 147 (57.81% from 255 or 28.54% from 515); Max value from RGB is 216 - color contains mainly: red. Hex color #D89893 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89893 is #27676C. Grayscale: #AAAAAA. Windows color (decimal): -2582381 or 9672920. OLE color: 9672920.

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

Color convert

RGB 216 152 147 -
CMYK 0 0.30 0.32 0.15
HSL 4.35º 0.47% 0.71% -
HSV(B) 4.35º 0.32% 0.85% -
XYZ 44.81 39.16 32.8 -
YUV 170.57 114.7 160.41 -
System Red Green Blue C M Y K H S L
Decimal 216 152 147 0 0.30 0.32 0.15 4.35 0.47 0.71
Hex D8 98 93 0 1E 20 F 4 2F 47
Octal 330 230 223 0 36 40 17 4 57 107
Binary 11011000 10011000 10010011 0 11110 100000 1111 100 101111 1000111

Color Harmonies of #D89893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89893

Black with #D89893

Text Example


Text Example

White with #D89893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89893; }

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

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

background-color css

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

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

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

border-color css

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

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

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