Html Css Color HEX #D49990 Petite Orchid

📋 copy color: '#D49990'

red 212 ◦ green 153 ◦ blue 144

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

Shades of Petite Orchid #D49990

Tints of Petite Orchid #D49990

RGB

 RED value IS 212 (83.2% from 255) = 41.65%

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

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

R = 41.65%
G = 30.06%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.32

 K value IS 0.17

RGB Variations

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

Color information

#D49990 (or 0xD49990) is known color: Petite Orchid. HEX triplet: D4, 99 and 90. RGB value is (212,153,144). Sum of RGB (Red+Green+Blue) = 212+153+144=509 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.65% from 509); Green value is 153 (60.16% from 255 or 30.06% from 509); Blue value is 144 (56.64% from 255 or 28.29% from 509); Max value from RGB is 212 - color contains mainly: red. Hex color #D49990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49990 is #2B666F. Grayscale: #A9A9A9. Windows color (decimal): -2844272 or 9476564. OLE color: 9476564.

HSL color Cylindrical-coordinate representation of color #D49990: hue angle of 7.94º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D49990 is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 153 144 -
CMYK 0 0.28 0.32 0.17
HSL 7.94º 0.44% 0.7% -
HSV(B) 7.94º 0.32% 0.83% -
XYZ 43.58 38.79 31.58 -
YUV 169.62 113.55 158.23 -
System Red Green Blue C M Y K H S L
Decimal 212 153 144 0 0.28 0.32 0.17 7.94 0.44 0.7
Hex D4 99 90 0 1C 20 11 8 2C 46
Octal 324 231 220 0 34 40 21 10 54 106
Binary 11010100 10011001 10010000 0 11100 100000 10001 1000 101100 1000110

Color Harmonies of #D49990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49990

Black with #D49990

Text Example


Text Example

White with #D49990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49990; }

 p { color: rgb(212,153,144); }

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

background-color css

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

 a { background-color: rgb(212,153,144); }

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

border-color css

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

 span { border-color: rgb(212,153,144); }

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