#D59492

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

Shades of Petite Orchid #D59492

Tints of Petite Orchid #D59492

Color information

#D59492 (or 0xD59492) is unknown color: approx Petite Orchid. HEX triplet: D5, 94 and 92. RGB value is (213,148,146). Sum of RGB (Red+Green+Blue) = 213+148+146=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 148 (58.20% from 255 or 29.19% from 507); Blue value is 146 (57.42% from 255 or 28.80% from 507); Max value from RGB is 213 - color contains mainly: red. Hex color #D59492 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59492 is #2A6B6D. Grayscale: #A7A7A7. Windows color (decimal): -2780014 or 9606357. OLE color: 9606357.

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

Color convert

RGB213148146-
CMYK00.310.310.16
HSL1.79º44.37%70.39%-
HSV(B)1.79º31.46%83.53%-
XYZ43.2237.432.14-
YUV167.21116.03160.66-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.01%
GREEN value IS 148 (58.20% from 255) = 29.19%
BLUE value IS 146 (57.42% from 255) = 28.80%
R=42.01%
G=29.19%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314814600.310.310.161.7944.3770.39
HexD5949201F1F1022c46
Octal3252242220373720254106
Binary1101010110010100100100100111111111110000101011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59492; }

 p { color: rgb(213,148,146); }

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

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

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

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

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

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

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