Html Css Color HEX #D89592 Petite Orchid

📋 copy color: '#D89592'

red 216 ◦ green 149 ◦ blue 146

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

Shades of Petite Orchid #D89592

Tints of Petite Orchid #D89592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.57%

R = 42.27%
G = 29.16%
B = 28.57%

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

#D89592 (or 0xD89592) is known color: Petite Orchid. HEX triplet: D8, 95 and 92. RGB value is (216,149,146). Sum of RGB (Red+Green+Blue) = 216+149+146=511 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.27% from 511); Green value is 149 (58.59% from 255 or 29.16% from 511); Blue value is 146 (57.42% from 255 or 28.57% from 511); Max value from RGB is 216 - color contains mainly: red. Hex color #D89592 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89592 is #276A6D. Grayscale: #A8A8A8. Windows color (decimal): -2583150 or 9606616. OLE color: 9606616.

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

Color convert

RGB 216 149 146 -
CMYK 0 0.31 0.32 0.15
HSL 2.57º 0.47% 0.71% -
HSV(B) 2.57º 0.32% 0.85% -
XYZ 44.25 38.17 32.23 -
YUV 168.69 115.2 161.74 -
System Red Green Blue C M Y K H S L
Decimal 216 149 146 0 0.31 0.32 0.15 2.57 0.47 0.71
Hex D8 95 92 0 1F 20 F 3 2F 47
Octal 330 225 222 0 37 40 17 3 57 107
Binary 11011000 10010101 10010010 0 11111 100000 1111 11 101111 1000111

Color Harmonies of #D89592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89592

Black with #D89592

Text Example


Text Example

White with #D89592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89592; }

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

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

background-color css

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

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

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

border-color css

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

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

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