Html Css Color HEX #D89593 Petite Orchid

📋 copy color: '#D89593'

red 216 ◦ green 149 ◦ blue 147

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

Shades of Petite Orchid #D89593

Tints of Petite Orchid #D89593

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.1%

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

R = 42.19%
G = 29.1%
B = 28.71%

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

#D89593 (or 0xD89593) is known color: Petite Orchid. HEX triplet: D8, 95 and 93. RGB value is (216,149,147). Sum of RGB (Red+Green+Blue) = 216+149+147=512 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.19% from 512); Green value is 149 (58.59% from 255 or 29.10% from 512); Blue value is 147 (57.81% from 255 or 28.71% from 512); Max value from RGB is 216 - color contains mainly: red. Hex color #D89593 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89593 is #276A6C. Grayscale: #A8A8A8. Windows color (decimal): -2583149 or 9672152. OLE color: 9672152.

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

Color convert

RGB 216 149 147 -
CMYK 0 0.31 0.32 0.15
HSL 1.74º 0.47% 0.71% -
HSV(B) 1.74º 0.32% 0.85% -
XYZ 44.33 38.2 32.64 -
YUV 168.81 115.7 161.66 -
System Red Green Blue C M Y K H S L
Decimal 216 149 147 0 0.31 0.32 0.15 1.74 0.47 0.71
Hex D8 95 93 0 1F 20 F 2 2F 47
Octal 330 225 223 0 37 40 17 2 57 107
Binary 11011000 10010101 10010011 0 11111 100000 1111 10 101111 1000111

Color Harmonies of #D89593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89593

Black with #D89593

Text Example


Text Example

White with #D89593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89593; }

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

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

background-color css

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

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

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

border-color css

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

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

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