Html Css Color HEX #D79993 Petite Orchid

📋 copy color: '#D79993'

red 215 ◦ green 153 ◦ blue 147

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

Shades of Petite Orchid #D79993

Tints of Petite Orchid #D79993

RGB

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

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

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

R = 41.75%
G = 29.71%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D79993 (or 0xD79993) is known color: Petite Orchid. HEX triplet: D7, 99 and 93. RGB value is (215,153,147). Sum of RGB (Red+Green+Blue) = 215+153+147=515 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.75% from 515); Green value is 153 (60.16% from 255 or 29.71% from 515); Blue value is 147 (57.81% from 255 or 28.54% from 515); Max value from RGB is 215 - color contains mainly: red. Hex color #D79993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79993 is #28666C. Grayscale: #AAAAAA. Windows color (decimal): -2647661 or 9673175. OLE color: 9673175.

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

Color convert

RGB 215 153 147 -
CMYK 0 0.29 0.32 0.16
HSL 5.29º 0.46% 0.71% -
HSV(B) 5.29º 0.32% 0.84% -
XYZ 44.68 39.34 32.84 -
YUV 170.85 114.54 159.49 -
System Red Green Blue C M Y K H S L
Decimal 215 153 147 0 0.29 0.32 0.16 5.29 0.46 0.71
Hex D7 99 93 0 1D 20 10 5 2E 47
Octal 327 231 223 0 35 40 20 5 56 107
Binary 11010111 10011001 10010011 0 11101 100000 10000 101 101110 1000111

Color Harmonies of #D79993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79993

Black with #D79993

Text Example


Text Example

White with #D79993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79993; }

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

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

background-color css

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

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

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

border-color css

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

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

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