Html Css Color HEX #D79E99 Petite Orchid

📋 copy color: '#D79E99'

red 215 ◦ green 158 ◦ blue 153

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

Shades of Petite Orchid #D79E99

Tints of Petite Orchid #D79E99

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.04%

 BLUE value IS 153 (60.16% from 255) = 29.09%

R = 40.87%
G = 30.04%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D79E99 (or 0xD79E99) is known color: Petite Orchid. HEX triplet: D7, 9E and 99. RGB value is (215,158,153). Sum of RGB (Red+Green+Blue) = 215+158+153=526 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.87% from 526); Green value is 158 (62.11% from 255 or 30.04% from 526); Blue value is 153 (60.16% from 255 or 29.09% from 526); Max value from RGB is 215 - color contains mainly: red. Hex color #D79E99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79E99 is #286166. Grayscale: #AEAEAE. Windows color (decimal): -2646375 or 10067671. OLE color: 10067671.

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

Color convert

RGB 215 158 153 -
CMYK 0 0.27 0.29 0.16
HSL 4.84º 0.44% 0.72% -
HSV(B) 4.84º 0.29% 0.84% -
XYZ 46 41.2 35.67 -
YUV 174.47 115.88 156.91 -
System Red Green Blue C M Y K H S L
Decimal 215 158 153 0 0.27 0.29 0.16 4.84 0.44 0.72
Hex D7 9E 99 0 1B 1D 10 5 2C 48
Octal 327 236 231 0 33 35 20 5 54 110
Binary 11010111 10011110 10011001 0 11011 11101 10000 101 101100 1001000

Color Harmonies of #D79E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79E99

Black with #D79E99

Text Example


Text Example

White with #D79E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79E99; }

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

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

background-color css

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

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

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

border-color css

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

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

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