Html Css Color HEX #D99189 Petite Orchid

📋 copy color: '#D99189'

red 217 ◦ green 145 ◦ blue 137

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

Shades of Petite Orchid #D99189

Tints of Petite Orchid #D99189

RGB

 RED value IS 217 (85.16% from 255) = 43.49%

 GREEN value IS 145 (57.03% from 255) = 29.06%

 BLUE value IS 137 (53.91% from 255) = 27.45%

R = 43.49%
G = 29.06%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#D99189 (or 0xD99189) is known color: Petite Orchid. HEX triplet: D9, 91 and 89. RGB value is (217,145,137). Sum of RGB (Red+Green+Blue) = 217+145+137=499 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.49% from 499); Green value is 145 (57.03% from 255 or 29.06% from 499); Blue value is 137 (53.91% from 255 or 27.45% from 499); Max value from RGB is 217 - color contains mainly: red. Hex color #D99189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99189 is #266E76. Grayscale: #A5A5A5. Windows color (decimal): -2518647 or 9015769. OLE color: 9015769.

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

Color convert

RGB 217 145 137 -
CMYK 0 0.33 0.37 0.15
HSL 0.51% 0.69% -
HSV(B) 0.37% 0.85% -
XYZ 43.26 36.81 28.49 -
YUV 165.62 111.85 164.65 -
System Red Green Blue C M Y K H S L
Decimal 217 145 137 0 0.33 0.37 0.15 6 0.51 0.69
Hex D9 91 89 0 21 25 F 6 33 45
Octal 331 221 211 0 41 45 17 6 63 105
Binary 11011001 10010001 10001001 0 100001 100101 1111 110 110011 1000101

Color Harmonies of #D99189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99189

Black with #D99189

Text Example


Text Example

White with #D99189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99189; }

 p { color: rgb(217,145,137); }

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

background-color css

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

 a { background-color: rgb(217,145,137); }

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

border-color css

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

 span { border-color: rgb(217,145,137); }

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