#D29393

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

Shades of Petite Orchid #D29393

Tints of Petite Orchid #D29393

Color information

#D29393 (or 0xD29393) is unknown color: approx Petite Orchid. HEX triplet: D2, 93 and 93. RGB value is (210,147,147). Sum of RGB (Red+Green+Blue) = 210+147+147=504 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.67% from 504); Green value is 147 (57.81% from 255 or 29.17% from 504); Blue value is 147 (57.81% from 255 or 29.17% from 504); Max value from RGB is 210 - color contains mainly: red. Hex color #D29393 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29393 is #2D6C6C. Grayscale: #A5A5A5. Windows color (decimal): -2976877 or 9671634. OLE color: 9671634.

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

Color convert

RGB210147147-
CMYK00.300.300.18
HSL41.18%70%-
HSV(B)30%82.35%-
XYZ42.2836.6832.45-
YUV165.84117.37159.5-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.67%
GREEN value IS 147 (57.81% from 255) = 29.17%
BLUE value IS 147 (57.81% from 255) = 29.17%
R=41.67%
G=29.17%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014714700.300.300.18041.1870
HexD2939301E1E1202946
Octal3222232230363622051106
Binary110100101001001110010011011110111101001001010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29393; }

 p { color: rgb(210,147,147); }

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

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

 a { background-color: rgb(210,147,147); }

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

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

 span { border-color: rgb(210,147,147); }

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