#D59696

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

Shades of Petite Orchid #D59696

Tints of Petite Orchid #D59696

Color information

#D59696 (or 0xD59696) is unknown color: approx Petite Orchid. HEX triplet: D5, 96 and 96. RGB value is (213,150,150). Sum of RGB (Red+Green+Blue) = 213+150+150=513 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.52% from 513); Green value is 150 (58.98% from 255 or 29.24% from 513); Blue value is 150 (58.98% from 255 or 29.24% from 513); Max value from RGB is 213 - color contains mainly: red. Hex color #D59696 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59696 is #2A6969. Grayscale: #A8A8A8. Windows color (decimal): -2779498 or 9869013. OLE color: 9869013.

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

Color convert

RGB213150150-
CMYK00.300.300.16
HSL42.86%71.18%-
HSV(B)29.58%83.53%-
XYZ43.8538.1633.91-
YUV168.84117.37159.5-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.52%
GREEN value IS 150 (58.98% from 255) = 29.24%
BLUE value IS 150 (58.98% from 255) = 29.24%
R=41.52%
G=29.24%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315015000.300.300.16042.8671.18
HexD5969601E1E1002b47
Octal3252262260363620053107
Binary110101011001011010010110011110111101000001010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59696; }

 p { color: rgb(213,150,150); }

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

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

 a { background-color: rgb(213,150,150); }

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

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

 span { border-color: rgb(213,150,150); }

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