Html Css Color HEX #D79490 Petite Orchid

📋 copy color: '#D79490'

red 215 ◦ green 148 ◦ blue 144

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

Shades of Petite Orchid #D79490

Tints of Petite Orchid #D79490

RGB

 RED value IS 215 (84.38% from 255) = 42.41%

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

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

R = 42.41%
G = 29.19%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D79490 (or 0xD79490) is known color: Petite Orchid. HEX triplet: D7, 94 and 90. RGB value is (215,148,144). Sum of RGB (Red+Green+Blue) = 215+148+144=507 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.41% from 507); Green value is 148 (58.20% from 255 or 29.19% from 507); Blue value is 144 (56.64% from 255 or 28.40% from 507); Max value from RGB is 215 - color contains mainly: red. Hex color #D79490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79490 is #286B6F. Grayscale: #A7A7A7. Windows color (decimal): -2648944 or 9475287. OLE color: 9475287.

HSL color Cylindrical-coordinate representation of color #D79490: hue angle of 3.38º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D79490 is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 148 144 -
CMYK 0 0.31 0.33 0.16
HSL 3.38º 0.47% 0.7% -
HSV(B) 3.38º 0.33% 0.84% -
XYZ 43.65 37.64 31.35 -
YUV 167.58 114.7 161.83 -
System Red Green Blue C M Y K H S L
Decimal 215 148 144 0 0.31 0.33 0.16 3.38 0.47 0.7
Hex D7 94 90 0 1F 21 10 3 2F 46
Octal 327 224 220 0 37 41 20 3 57 106
Binary 11010111 10010100 10010000 0 11111 100001 10000 11 101111 1000110

Color Harmonies of #D79490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79490

Black with #D79490

Text Example


Text Example

White with #D79490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79490; }

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

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

background-color css

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

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

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

border-color css

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

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

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