#D79590

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

Shades of Petite Orchid #D79590

Tints of Petite Orchid #D79590

Color information

#D79590 (or 0xD79590) is unknown color: approx Petite Orchid. HEX triplet: D7, 95 and 90. RGB value is (215,149,144). Sum of RGB (Red+Green+Blue) = 215+149+144=508 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.32% from 508); Green value is 149 (58.59% from 255 or 29.33% from 508); Blue value is 144 (56.64% from 255 or 28.35% from 508); Max value from RGB is 215 - color contains mainly: red. Hex color #D79590 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79590 is #286A6F. Grayscale: #A8A8A8. Windows color (decimal): -2648688 or 9475543. OLE color: 9475543.

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

Color convert

RGB215149144-
CMYK00.310.330.16
HSL4.23º47.02%70.39%-
HSV(B)4.23º33.02%84.31%-
XYZ43.8137.9631.4-
YUV168.16114.37161.41-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.32%
GREEN value IS 149 (58.59% from 255) = 29.33%
BLUE value IS 144 (56.64% from 255) = 28.35%
R=42.32%
G=29.33%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514914400.310.330.164.2347.0270.39
HexD7959001F211042f46
Octal3272252200374120457106
Binary110101111001010110010000011111100001100001001011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79590; }

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

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

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

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

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

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

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

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