Html Css Color HEX #D79D9A Petite Orchid

📋 copy color: '#D79D9A'

red 215 ◦ green 157 ◦ blue 154

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

Shades of Petite Orchid #D79D9A

Tints of Petite Orchid #D79D9A

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.85%

 BLUE value IS 154 (60.55% from 255) = 29.28%

R = 40.87%
G = 29.85%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D79D9A (or 0xD79D9A) is known color: Petite Orchid. HEX triplet: D7, 9D and 9A. RGB value is (215,157,154). Sum of RGB (Red+Green+Blue) = 215+157+154=526 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.87% from 526); Green value is 157 (61.72% from 255 or 29.85% from 526); Blue value is 154 (60.55% from 255 or 29.28% from 526); Max value from RGB is 215 - color contains mainly: red. Hex color #D79D9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79D9A is #286265. Grayscale: #AEAEAE. Windows color (decimal): -2646630 or 10132951. OLE color: 10132951.

HSL color Cylindrical-coordinate representation of color #D79D9A: hue angle of 2.95º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D79D9A is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 157 154 -
CMYK 0 0.27 0.28 0.16
HSL 2.95º 0.43% 0.72% -
HSV(B) 2.95º 0.28% 0.84% -
XYZ 45.91 40.89 36.05 -
YUV 174 116.72 157.24 -
System Red Green Blue C M Y K H S L
Decimal 215 157 154 0 0.27 0.28 0.16 2.95 0.43 0.72
Hex D7 9D 9A 0 1B 1C 10 3 2B 48
Octal 327 235 232 0 33 34 20 3 53 110
Binary 11010111 10011101 10011010 0 11011 11100 10000 11 101011 1001000

Color Harmonies of #D79D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79D9A

Black with #D79D9A

Text Example


Text Example

White with #D79D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79D9A; }

 p { color: rgb(215,157,154); }

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

background-color css

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

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

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

border-color css

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

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

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