Html Css Color HEX #D49490 Petite Orchid

📋 copy color: '#D49490'

red 212 ◦ green 148 ◦ blue 144

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

Shades of Petite Orchid #D49490

Tints of Petite Orchid #D49490

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.37%

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

R = 42.06%
G = 29.37%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.32

 K value IS 0.17

RGB Variations

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

Color information

#D49490 (or 0xD49490) is known color: Petite Orchid. HEX triplet: D4, 94 and 90. RGB value is (212,148,144). Sum of RGB (Red+Green+Blue) = 212+148+144=504 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.06% from 504); Green value is 148 (58.20% from 255 or 29.37% from 504); Blue value is 144 (56.64% from 255 or 28.57% from 504); Max value from RGB is 212 - color contains mainly: red. Hex color #D49490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49490 is #2B6B6F. Grayscale: #A6A6A6. Windows color (decimal): -2845552 or 9475284. OLE color: 9475284.

HSL color Cylindrical-coordinate representation of color #D49490: hue angle of 3.53º 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 #D49490 is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 148 144 -
CMYK 0 0.30 0.32 0.17
HSL 3.53º 0.44% 0.7% -
HSV(B) 3.53º 0.32% 0.83% -
XYZ 42.78 37.19 31.31 -
YUV 166.68 115.2 160.33 -
System Red Green Blue C M Y K H S L
Decimal 212 148 144 0 0.30 0.32 0.17 3.53 0.44 0.7
Hex D4 94 90 0 1E 20 11 4 2C 46
Octal 324 224 220 0 36 40 21 4 54 106
Binary 11010100 10010100 10010000 0 11110 100000 10001 100 101100 1000110

Color Harmonies of #D49490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49490

Black with #D49490

Text Example


Text Example

White with #D49490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49490; }

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

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

background-color css

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

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

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

border-color css

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

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

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