Html Css Color HEX #D89290 Petite Orchid

📋 copy color: '#D89290'

red 216 ◦ green 146 ◦ blue 144

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

Shades of Petite Orchid #D89290

Tints of Petite Orchid #D89290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 28.46%

R = 42.69%
G = 28.85%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D89290 (or 0xD89290) is known color: Petite Orchid. HEX triplet: D8, 92 and 90. RGB value is (216,146,144). Sum of RGB (Red+Green+Blue) = 216+146+144=506 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.69% from 506); Green value is 146 (57.42% from 255 or 28.85% from 506); Blue value is 144 (56.64% from 255 or 28.46% from 506); Max value from RGB is 216 - color contains mainly: red. Hex color #D89290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89290 is #276D6F. Grayscale: #A6A6A6. Windows color (decimal): -2583920 or 9474776. OLE color: 9474776.

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

Color convert

RGB 216 146 144 -
CMYK 0 0.32 0.33 0.15
HSL 1.67º 0.48% 0.71% -
HSV(B) 1.67º 0.33% 0.85% -
XYZ 43.63 37.17 31.26 -
YUV 166.7 115.19 163.16 -
System Red Green Blue C M Y K H S L
Decimal 216 146 144 0 0.32 0.33 0.15 1.67 0.48 0.71
Hex D8 92 90 0 20 21 F 2 30 47
Octal 330 222 220 0 40 41 17 2 60 107
Binary 11011000 10010010 10010000 0 100000 100001 1111 10 110000 1000111

Color Harmonies of #D89290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89290

Black with #D89290

Text Example


Text Example

White with #D89290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89290; }

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

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

background-color css

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

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

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

border-color css

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

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

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