#D29692

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

Shades of Petite Orchid #D29692

Tints of Petite Orchid #D29692

Color information

#D29692 (or 0xD29692) is unknown color: approx Petite Orchid. HEX triplet: D2, 96 and 92. RGB value is (210,150,146). Sum of RGB (Red+Green+Blue) = 210+150+146=506 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.50% from 506); Green value is 150 (58.98% from 255 or 29.64% from 506); Blue value is 146 (57.42% from 255 or 28.85% from 506); Max value from RGB is 210 - color contains mainly: red. Hex color #D29692 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29692 is #2D696D. Grayscale: #A7A7A7. Windows color (decimal): -2976110 or 9606866. OLE color: 9606866.

HSL color Cylindrical-coordinate representation of color #D29692: hue angle of 3.75º degrees, saturation: 0.42, 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 #D29692 is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB210150146-
CMYK00.290.300.18
HSL3.75º41.56%69.8%-
HSV(B)3.75º30.48%82.35%-
XYZ42.6737.5932.2-
YUV167.48115.88158.33-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.50%
GREEN value IS 150 (58.98% from 255) = 29.64%
BLUE value IS 146 (57.42% from 255) = 28.85%
R=41.50%
G=29.64%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015014600.290.300.183.7541.5669.8
HexD2969201D1E1242a46
Octal3222262220353622452106
Binary11010010100101101001001001110111110100101001010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29692; }

 p { color: rgb(210,150,146); }

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

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

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

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

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

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

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