Html Css Color HEX #D79B9B Petite Orchid

📋 copy color: '#D79B9B'

red 215 ◦ green 155 ◦ blue 155

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

Shades of Petite Orchid #D79B9B

Tints of Petite Orchid #D79B9B

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.52%

 BLUE value IS 155 (60.94% from 255) = 29.52%

R = 40.95%
G = 29.52%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D79B9B (or 0xD79B9B) is known color: Petite Orchid. HEX triplet: D7, 9B and 9B. RGB value is (215,155,155). Sum of RGB (Red+Green+Blue) = 215+155+155=525 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.95% from 525); Green value is 155 (60.94% from 255 or 29.52% from 525); Blue value is 155 (60.94% from 255 or 29.52% from 525); Max value from RGB is 215 - color contains mainly: red. Hex color #D79B9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79B9B is #286464. Grayscale: #ADADAD. Windows color (decimal): -2647141 or 10197975. OLE color: 10197975.

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

Color convert

RGB 215 155 155 -
CMYK 0 0.28 0.28 0.16
HSL 0.43% 0.73% -
HSV(B) 0.28% 0.84% -
XYZ 45.66 40.26 36.37 -
YUV 172.94 117.88 158 -
System Red Green Blue C M Y K H S L
Decimal 215 155 155 0 0.28 0.28 0.16 0 0.43 0.73
Hex D7 9B 9B 0 1C 1C 10 0 2B 49
Octal 327 233 233 0 34 34 20 0 53 111
Binary 11010111 10011011 10011011 0 11100 11100 10000 0 101011 1001001

Color Harmonies of #D79B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79B9B

Black with #D79B9B

Text Example


Text Example

White with #D79B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79B9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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