Html Css Color HEX #D79593 Petite Orchid

📋 copy color: '#D79593'

red 215 ◦ green 149 ◦ blue 147

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

Shades of Petite Orchid #D79593

Tints of Petite Orchid #D79593

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.16%

 BLUE value IS 147 (57.81% from 255) = 28.77%

R = 42.07%
G = 29.16%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D79593 (or 0xD79593) is known color: Petite Orchid. HEX triplet: D7, 95 and 93. RGB value is (215,149,147). Sum of RGB (Red+Green+Blue) = 215+149+147=511 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.07% from 511); Green value is 149 (58.59% from 255 or 29.16% from 511); Blue value is 147 (57.81% from 255 or 28.77% from 511); Max value from RGB is 215 - color contains mainly: red. Hex color #D79593 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79593 is #286A6C. Grayscale: #A8A8A8. Windows color (decimal): -2648685 or 9672151. OLE color: 9672151.

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

Color convert

RGB 215 149 147 -
CMYK 0 0.31 0.32 0.16
HSL 1.76º 0.46% 0.71% -
HSV(B) 1.76º 0.32% 0.84% -
XYZ 44.04 38.05 32.63 -
YUV 168.51 115.87 161.16 -
System Red Green Blue C M Y K H S L
Decimal 215 149 147 0 0.31 0.32 0.16 1.76 0.46 0.71
Hex D7 95 93 0 1F 20 10 2 2E 47
Octal 327 225 223 0 37 40 20 2 56 107
Binary 11010111 10010101 10010011 0 11111 100000 10000 10 101110 1000111

Color Harmonies of #D79593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79593

Black with #D79593

Text Example


Text Example

White with #D79593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79593; }

 p { color: rgb(215,149,147); }

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

background-color css

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

 a { background-color: rgb(215,149,147); }

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

border-color css

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

 span { border-color: rgb(215,149,147); }

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