Html Css Color HEX #D89693 Petite Orchid

📋 copy color: '#D89693'

red 216 ◦ green 150 ◦ blue 147

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

Shades of Petite Orchid #D89693

Tints of Petite Orchid #D89693

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.24%

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

R = 42.11%
G = 29.24%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D89693 (or 0xD89693) is known color: Petite Orchid. HEX triplet: D8, 96 and 93. RGB value is (216,150,147). Sum of RGB (Red+Green+Blue) = 216+150+147=513 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.11% from 513); Green value is 150 (58.98% from 255 or 29.24% from 513); Blue value is 147 (57.81% from 255 or 28.65% from 513); Max value from RGB is 216 - color contains mainly: red. Hex color #D89693 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89693 is #27696C. Grayscale: #A9A9A9. Windows color (decimal): -2582893 or 9672408. OLE color: 9672408.

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

Color convert

RGB 216 150 147 -
CMYK 0 0.31 0.32 0.15
HSL 2.61º 0.47% 0.71% -
HSV(B) 2.61º 0.32% 0.85% -
XYZ 44.49 38.52 32.69 -
YUV 169.39 115.37 161.24 -
System Red Green Blue C M Y K H S L
Decimal 216 150 147 0 0.31 0.32 0.15 2.61 0.47 0.71
Hex D8 96 93 0 1F 20 F 3 2F 47
Octal 330 226 223 0 37 40 17 3 57 107
Binary 11011000 10010110 10010011 0 11111 100000 1111 11 101111 1000111

Color Harmonies of #D89693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89693

Black with #D89693

Text Example


Text Example

White with #D89693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89693; }

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

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

background-color css

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

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

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

border-color css

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

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

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