#D79990

Color #D79990 Petite Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Petite Orchid #D79990

Tints of Petite Orchid #D79990

Color information

#D79990 (or 0xD79990) is unknown color: approx Petite Orchid. HEX triplet: D7, 99 and 90. RGB value is (215,153,144). Sum of RGB (Red+Green+Blue) = 215+153+144=512 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.99% from 512); Green value is 153 (60.16% from 255 or 29.88% from 512); Blue value is 144 (56.64% from 255 or 28.12% from 512); Max value from RGB is 215 - color contains mainly: red. Hex color #D79990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79990 is #28666F. Grayscale: #AAAAAA. Windows color (decimal): -2647664 or 9476567. OLE color: 9476567.

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

Color convert

RGB215153144-
CMYK00.290.330.16
HSL7.61º47.02%70.39%-
HSV(B)7.61º33.02%84.31%-
XYZ44.4539.2431.62-
YUV170.51113.04159.73-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.99%
GREEN value IS 153 (60.16% from 255) = 29.88%
BLUE value IS 144 (56.64% from 255) = 28.12%
R=41.99%
G=29.88%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515314400.290.330.167.6147.0270.39
HexD7999001D211082f46
Octal32723122003541201057106
Binary1101011110011001100100000111011000011000010001011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79990; }

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

 H1.HeaderClassName
 {
   color: #D79990;
 }
 .AnyTagClassName
 {
   color: #D79990;
 }
</style>
background-color css

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

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

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

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

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

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