Html Css Color HEX #D49D9A Petite Orchid

📋 copy color: '#D49D9A'

red 212 ◦ green 157 ◦ blue 154

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

Shades of Petite Orchid #D49D9A

Tints of Petite Orchid #D49D9A

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.02%

 BLUE value IS 154 (60.55% from 255) = 29.45%

R = 40.54%
G = 30.02%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#D49D9A (or 0xD49D9A) is known color: Petite Orchid. HEX triplet: D4, 9D and 9A. RGB value is (212,157,154). Sum of RGB (Red+Green+Blue) = 212+157+154=523 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.54% from 523); Green value is 157 (61.72% from 255 or 30.02% from 523); Blue value is 154 (60.55% from 255 or 29.45% from 523); Max value from RGB is 212 - color contains mainly: red. Hex color #D49D9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49D9A is #2B6265. Grayscale: #ADADAD. Windows color (decimal): -2843238 or 10132948. OLE color: 10132948.

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

Color convert

RGB 212 157 154 -
CMYK 0 0.26 0.27 0.17
HSL 3.1º 0.4% 0.72% -
HSV(B) 3.1º 0.27% 0.83% -
XYZ 45.04 40.44 36 -
YUV 173.1 117.22 155.74 -
System Red Green Blue C M Y K H S L
Decimal 212 157 154 0 0.26 0.27 0.17 3.1 0.4 0.72
Hex D4 9D 9A 0 1A 1B 11 3 28 48
Octal 324 235 232 0 32 33 21 3 50 110
Binary 11010100 10011101 10011010 0 11010 11011 10001 11 101000 1001000

Color Harmonies of #D49D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49D9A

Black with #D49D9A

Text Example


Text Example

White with #D49D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49D9A; }

 p { color: rgb(212,157,154); }

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

background-color css

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

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

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

border-color css

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

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

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