Html Css Color HEX #D49999 Petite Orchid

📋 copy color: '#D49999'

red 212 ◦ green 153 ◦ blue 153

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

Shades of Petite Orchid #D49999

Tints of Petite Orchid #D49999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 29.54%

R = 40.93%
G = 29.54%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.28

 K value IS 0.17

RGB Variations

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

Color information

#D49999 (or 0xD49999) is known color: Petite Orchid. HEX triplet: D4, 99 and 99. RGB value is (212,153,153). Sum of RGB (Red+Green+Blue) = 212+153+153=518 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.93% from 518); Green value is 153 (60.16% from 255 or 29.54% from 518); Blue value is 153 (60.16% from 255 or 29.54% from 518); Max value from RGB is 212 - color contains mainly: red. Hex color #D49999 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49999 is #2B6666. Grayscale: #AAAAAA. Windows color (decimal): -2844263 or 10066388. OLE color: 10066388.

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

Color convert

RGB 212 153 153 -
CMYK 0 0.28 0.28 0.17
HSL 0.41% 0.72% -
HSV(B) 0.28% 0.83% -
XYZ 44.29 39.08 35.35 -
YUV 170.64 118.05 157.5 -
System Red Green Blue C M Y K H S L
Decimal 212 153 153 0 0.28 0.28 0.17 0 0.41 0.72
Hex D4 99 99 0 1C 1C 11 0 29 48
Octal 324 231 231 0 34 34 21 0 51 110
Binary 11010100 10011001 10011001 0 11100 11100 10001 0 101001 1001000

Color Harmonies of #D49999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49999

Black with #D49999

Text Example


Text Example

White with #D49999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49999; }

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

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

background-color css

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

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

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

border-color css

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

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

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