Html Css Color HEX #D89393 Petite Orchid

📋 copy color: '#D89393'

red 216 ◦ green 147 ◦ blue 147

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

Shades of Petite Orchid #D89393

Tints of Petite Orchid #D89393

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.82%

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

R = 42.35%
G = 28.82%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D89393 (or 0xD89393) is known color: Petite Orchid. HEX triplet: D8, 93 and 93. RGB value is (216,147,147). Sum of RGB (Red+Green+Blue) = 216+147+147=510 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.35% from 510); Green value is 147 (57.81% from 255 or 28.82% from 510); Blue value is 147 (57.81% from 255 or 28.82% from 510); Max value from RGB is 216 - color contains mainly: red. Hex color #D89393 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89393 is #276C6C. Grayscale: #A7A7A7. Windows color (decimal): -2583661 or 9671640. OLE color: 9671640.

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

Color convert

RGB 216 147 147 -
CMYK 0 0.32 0.32 0.15
HSL 0.47% 0.71% -
HSV(B) 0.32% 0.85% -
XYZ 44.02 37.57 32.54 -
YUV 167.63 116.36 162.5 -
System Red Green Blue C M Y K H S L
Decimal 216 147 147 0 0.32 0.32 0.15 0 0.47 0.71
Hex D8 93 93 0 20 20 F 0 2F 47
Octal 330 223 223 0 40 40 17 0 57 107
Binary 11011000 10010011 10010011 0 100000 100000 1111 0 101111 1000111

Color Harmonies of #D89393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89393

Black with #D89393

Text Example


Text Example

White with #D89393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89393; }

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

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

background-color css

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

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

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

border-color css

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

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

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