Html Css Color HEX #D79A9A Petite Orchid

📋 copy color: '#D79A9A'

red 215 ◦ green 154 ◦ blue 154

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

Shades of Petite Orchid #D79A9A

Tints of Petite Orchid #D79A9A

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.45%

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

R = 41.11%
G = 29.45%
B = 29.45%

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

#D79A9A (or 0xD79A9A) is known color: Petite Orchid. HEX triplet: D7, 9A and 9A. RGB value is (215,154,154). Sum of RGB (Red+Green+Blue) = 215+154+154=523 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.11% from 523); Green value is 154 (60.55% from 255 or 29.45% from 523); Blue value is 154 (60.55% from 255 or 29.45% from 523); Max value from RGB is 215 - color contains mainly: red. Hex color #D79A9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79A9A is #286565. Grayscale: #ACACAC. Windows color (decimal): -2647398 or 10132183. OLE color: 10132183.

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

Color convert

RGB 215 154 154 -
CMYK 0 0.28 0.28 0.16
HSL 0.43% 0.72% -
HSV(B) 0.28% 0.84% -
XYZ 45.41 39.89 35.88 -
YUV 172.24 117.71 158.5 -
System Red Green Blue C M Y K H S L
Decimal 215 154 154 0 0.28 0.28 0.16 0 0.43 0.72
Hex D7 9A 9A 0 1C 1C 10 0 2B 48
Octal 327 232 232 0 34 34 20 0 53 110
Binary 11010111 10011010 10011010 0 11100 11100 10000 0 101011 1001000

Color Harmonies of #D79A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79A9A

Black with #D79A9A

Text Example


Text Example

White with #D79A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79A9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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