Html Css Color HEX #D79393 Petite Orchid

📋 copy color: '#D79393'

red 215 ◦ green 147 ◦ blue 147

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

Shades of Petite Orchid #D79393

Tints of Petite Orchid #D79393

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.88%

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

R = 42.24%
G = 28.88%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D79393 (or 0xD79393) is known color: Petite Orchid. HEX triplet: D7, 93 and 93. RGB value is (215,147,147). Sum of RGB (Red+Green+Blue) = 215+147+147=509 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.24% from 509); Green value is 147 (57.81% from 255 or 28.88% from 509); Blue value is 147 (57.81% from 255 or 28.88% from 509); Max value from RGB is 215 - color contains mainly: red. Hex color #D79393 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79393 is #286C6C. Grayscale: #A7A7A7. Windows color (decimal): -2649197 or 9671639. OLE color: 9671639.

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

Color convert

RGB 215 147 147 -
CMYK 0 0.32 0.32 0.16
HSL 0.46% 0.71% -
HSV(B) 0.32% 0.84% -
XYZ 43.72 37.42 32.52 -
YUV 167.33 116.53 162 -
System Red Green Blue C M Y K H S L
Decimal 215 147 147 0 0.32 0.32 0.16 0 0.46 0.71
Hex D7 93 93 0 20 20 10 0 2E 47
Octal 327 223 223 0 40 40 20 0 56 107
Binary 11010111 10010011 10010011 0 100000 100000 10000 0 101110 1000111

Color Harmonies of #D79393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79393

Black with #D79393

Text Example


Text Example

White with #D79393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79393; }

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

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

background-color css

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

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

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

border-color css

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

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

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