#D2908B

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

Shades of Petite Orchid #D2908B

Tints of Petite Orchid #D2908B

Color information

#D2908B (or 0xD2908B) is unknown color: approx Petite Orchid. HEX triplet: D2, 90 and 8B. RGB value is (210,144,139). Sum of RGB (Red+Green+Blue) = 210+144+139=493 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.60% from 493); Green value is 144 (56.64% from 255 or 29.21% from 493); Blue value is 139 (54.69% from 255 or 28.19% from 493); Max value from RGB is 210 - color contains mainly: red. Hex color #D2908B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2908B is #2D6F74. Grayscale: #A3A3A3. Windows color (decimal): -2977653 or 9146578. OLE color: 9146578.

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

Color convert

RGB210144139-
CMYK00.310.340.18
HSL4.23º44.1%68.43%-
HSV(B)4.23º33.81%82.35%-
XYZ41.2135.5129.11-
YUV163.16114.37161.41-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.60%
GREEN value IS 144 (56.64% from 255) = 29.21%
BLUE value IS 139 (54.69% from 255) = 28.19%
R=42.60%
G=29.21%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014413900.310.340.184.2344.168.43
HexD2908B01F221242c44
Octal3222202130374222454104
Binary110100101001000010001011011111100010100101001011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2908B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2908B; }

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

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

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

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

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

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

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

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