Html Css Color HEX #D89288 Petite Orchid

📋 copy color: '#D89288'

red 216 ◦ green 146 ◦ blue 136

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

Shades of Petite Orchid #D89288

Tints of Petite Orchid #D89288

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.32%

 BLUE value IS 136 (53.52% from 255) = 27.31%

R = 43.37%
G = 29.32%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#D89288 (or 0xD89288) is known color: Petite Orchid. HEX triplet: D8, 92 and 88. RGB value is (216,146,136). Sum of RGB (Red+Green+Blue) = 216+146+136=498 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.37% from 498); Green value is 146 (57.42% from 255 or 29.32% from 498); Blue value is 136 (53.52% from 255 or 27.31% from 498); Max value from RGB is 216 - color contains mainly: red. Hex color #D89288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89288 is #276D77. Grayscale: #A5A5A5. Windows color (decimal): -2583928 or 8950488. OLE color: 8950488.

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

Color convert

RGB 216 146 136 -
CMYK 0 0.32 0.37 0.15
HSL 7.5º 0.51% 0.69% -
HSV(B) 7.5º 0.37% 0.85% -
XYZ 43.04 36.93 28.15 -
YUV 165.79 111.19 163.81 -
System Red Green Blue C M Y K H S L
Decimal 216 146 136 0 0.32 0.37 0.15 7.5 0.51 0.69
Hex D8 92 88 0 20 25 F 8 33 45
Octal 330 222 210 0 40 45 17 10 63 105
Binary 11011000 10010010 10001000 0 100000 100101 1111 1000 110011 1000101

Color Harmonies of #D89288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89288

Black with #D89288

Text Example


Text Example

White with #D89288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89288; }

 p { color: rgb(216,146,136); }

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

background-color css

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

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

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

border-color css

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

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

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