#D29A98

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

Shades of Petite Orchid #D29A98

Tints of Petite Orchid #D29A98

Color information

#D29A98 (or 0xD29A98) is unknown color: approx Petite Orchid. HEX triplet: D2, 9A and 98. RGB value is (210,154,152). Sum of RGB (Red+Green+Blue) = 210+154+152=516 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.70% from 516); Green value is 154 (60.55% from 255 or 29.84% from 516); Blue value is 152 (59.77% from 255 or 29.46% from 516); Max value from RGB is 210 - color contains mainly: red. Hex color #D29A98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29A98 is #2D6567. Grayscale: #AAAAAA. Windows color (decimal): -2975080 or 10001106. OLE color: 10001106.

HSL color Cylindrical-coordinate representation of color #D29A98: hue angle of 2.07º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D29A98 is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB210154152-
CMYK00.270.280.18
HSL2.07º39.19%70.98%-
HSV(B)2.07º27.62%82.35%-
XYZ43.839.0834.94-
YUV170.52117.55156.16-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.70%
GREEN value IS 154 (60.55% from 255) = 29.84%
BLUE value IS 152 (59.77% from 255) = 29.46%
R=40.70%
G=29.84%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015415200.270.280.182.0739.1970.98
HexD29A9801B1C1222747
Octal3222322300333422247107
Binary1101001010011010100110000110111110010010101001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29A98; }

 p { color: rgb(210,154,152); }

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

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

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

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

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

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

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