#D2908E

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

Shades of Petite Orchid #D2908E

Tints of Petite Orchid #D2908E

Color information

#D2908E (or 0xD2908E) is unknown color: approx Petite Orchid. HEX triplet: D2, 90 and 8E. RGB value is (210,144,142). Sum of RGB (Red+Green+Blue) = 210+144+142=496 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.34% from 496); Green value is 144 (56.64% from 255 or 29.03% from 496); Blue value is 142 (55.86% from 255 or 28.63% from 496); Max value from RGB is 210 - color contains mainly: red. Hex color #D2908E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2908E is #2D6F71. Grayscale: #A3A3A3. Windows color (decimal): -2977650 or 9343186. OLE color: 9343186.

HSL color Cylindrical-coordinate representation of color #D2908E: hue angle of 1.76º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D2908E is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB210144142-
CMYK00.310.320.18
HSL1.76º43.04%69.02%-
HSV(B)1.76º32.38%82.35%-
XYZ41.4335.630.28-
YUV163.51115.87161.16-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.34%
GREEN value IS 144 (56.64% from 255) = 29.03%
BLUE value IS 142 (55.86% from 255) = 28.63%
R=42.34%
G=29.03%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014414200.310.320.181.7643.0469.02
HexD2908E01F201222b45
Octal3222202160374022253105
Binary11010010100100001000111001111110000010010101010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2908E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2908E; }

 p { color: rgb(210,144,142); }

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

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

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

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

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

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

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