Html Css Color HEX #D89988 Petite Orchid

📋 copy color: '#D89988'

red 216 ◦ green 153 ◦ blue 136

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

Shades of Petite Orchid #D89988

Tints of Petite Orchid #D89988

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.3%

 BLUE value IS 136 (53.52% from 255) = 26.93%

R = 42.77%
G = 30.3%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#D89988 (or 0xD89988) is known color: Petite Orchid. HEX triplet: D8, 99 and 88. RGB value is (216,153,136). Sum of RGB (Red+Green+Blue) = 216+153+136=505 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.77% from 505); Green value is 153 (60.16% from 255 or 30.30% from 505); Blue value is 136 (53.52% from 255 or 26.93% from 505); Max value from RGB is 216 - color contains mainly: red. Hex color #D89988 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89988 is #276677. Grayscale: #AAAAAA. Windows color (decimal): -2582136 or 8952280. OLE color: 8952280.

HSL color Cylindrical-coordinate representation of color #D89988: hue angle of 12.75º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D89988 is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 153 136 -
CMYK 0 0.29 0.37 0.15
HSL 12.75º 0.51% 0.69% -
HSV(B) 12.75º 0.37% 0.85% -
XYZ 44.15 39.16 28.52 -
YUV 169.9 108.87 160.88 -
System Red Green Blue C M Y K H S L
Decimal 216 153 136 0 0.29 0.37 0.15 12.75 0.51 0.69
Hex D8 99 88 0 1D 25 F D 33 45
Octal 330 231 210 0 35 45 17 15 63 105
Binary 11011000 10011001 10001000 0 11101 100101 1111 1101 110011 1000101

Color Harmonies of #D89988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D89988

Black with #D89988

Text Example


Text Example

White with #D89988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D89988; }

 p { color: rgb(216,153,136); }

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

background-color css

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

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

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

border-color css

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

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

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