#D28E8B

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

Shades of Petite Orchid #D28E8B

Tints of Petite Orchid #D28E8B

Color information

#D28E8B (or 0xD28E8B) is unknown color: approx Petite Orchid. HEX triplet: D2, 8E and 8B. RGB value is (210,142,139). Sum of RGB (Red+Green+Blue) = 210+142+139=491 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.77% from 491); Green value is 142 (55.86% from 255 or 28.92% from 491); Blue value is 139 (54.69% from 255 or 28.31% from 491); Max value from RGB is 210 - color contains mainly: red. Hex color #D28E8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28E8B is #2D7174. Grayscale: #A2A2A2. Windows color (decimal): -2978165 or 9146066. OLE color: 9146066.

HSL color Cylindrical-coordinate representation of color #D28E8B: hue angle of 2.54º 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 #D28E8B is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB210142139-
CMYK00.320.340.18
HSL2.54º44.1%68.43%-
HSV(B)2.54º33.81%82.35%-
XYZ40.9134.9129.01-
YUV161.99115.03162.24-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.77%
GREEN value IS 142 (55.86% from 255) = 28.92%
BLUE value IS 139 (54.69% from 255) = 28.31%
R=42.77%
G=28.92%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014213900.320.340.182.5444.168.43
HexD28E8B020221232c44
Octal3222162130404222354104
Binary110100101000111010001011010000010001010010111011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28E8B; }

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

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

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

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

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

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

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

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