Html Css Color HEX #D79591 Petite Orchid

📋 copy color: '#D79591'

red 215 ◦ green 149 ◦ blue 145

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

Shades of Petite Orchid #D79591

Tints of Petite Orchid #D79591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 28.49%

R = 42.24%
G = 29.27%
B = 28.49%

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

#D79591 (or 0xD79591) is known color: Petite Orchid. HEX triplet: D7, 95 and 91. RGB value is (215,149,145). Sum of RGB (Red+Green+Blue) = 215+149+145=509 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.24% from 509); Green value is 149 (58.59% from 255 or 29.27% from 509); Blue value is 145 (57.03% from 255 or 28.49% from 509); Max value from RGB is 215 - color contains mainly: red. Hex color #D79591 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79591 is #286A6E. Grayscale: #A8A8A8. Windows color (decimal): -2648687 or 9541079. OLE color: 9541079.

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

Color convert

RGB 215 149 145 -
CMYK 0 0.31 0.33 0.16
HSL 3.43º 0.47% 0.71% -
HSV(B) 3.43º 0.33% 0.84% -
XYZ 43.88 37.99 31.81 -
YUV 168.28 114.87 161.33 -
System Red Green Blue C M Y K H S L
Decimal 215 149 145 0 0.31 0.33 0.16 3.43 0.47 0.71
Hex D7 95 91 0 1F 21 10 3 2F 47
Octal 327 225 221 0 37 41 20 3 57 107
Binary 11010111 10010101 10010001 0 11111 100001 10000 11 101111 1000111

Color Harmonies of #D79591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79591

Black with #D79591

Text Example


Text Example

White with #D79591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79591; }

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

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

background-color css

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

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

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

border-color css

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

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

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