#D29494

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

Shades of Petite Orchid #D29494

Tints of Petite Orchid #D29494

Color information

#D29494 (or 0xD29494) is unknown color: approx Petite Orchid. HEX triplet: D2, 94 and 94. RGB value is (210,148,148). Sum of RGB (Red+Green+Blue) = 210+148+148=506 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.50% from 506); Green value is 148 (58.20% from 255 or 29.25% from 506); Blue value is 148 (58.20% from 255 or 29.25% from 506); Max value from RGB is 210 - color contains mainly: red. Hex color #D29494 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29494 is #2D6B6B. Grayscale: #A6A6A6. Windows color (decimal): -2976620 or 9737426. OLE color: 9737426.

HSL color Cylindrical-coordinate representation of color #D29494: 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 #D29494 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB210148148-
CMYK00.300.300.18
HSL40.79%70.2%-
HSV(B)29.52%82.35%-
XYZ42.5137.0232.92-
YUV166.54117.54159-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.50%
GREEN value IS 148 (58.20% from 255) = 29.25%
BLUE value IS 148 (58.20% from 255) = 29.25%
R=41.50%
G=29.25%
B=29.25%

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
Decimal21014814800.300.300.18040.7970.2
HexD2949401E1E1202946
Octal3222242240363622051106
Binary110100101001010010010100011110111101001001010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29494; }

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

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

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

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

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

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

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

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