#d872b9

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

Shades of Orchid #D872B9

Tints of Orchid #D872B9

Color information

#D872B9 (or 0xD872B9) is unknown color: approx Orchid. HEX triplet: D8, 72 and B9. RGB value is (216,114,185). Sum of RGB (Red+Green+Blue) = 216+114+185=515 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.94% from 515); Green value is 114 (44.92% from 255 or 22.14% from 515); Blue value is 185 (72.66% from 255 or 35.92% from 515); Max value from RGB is 216 - color contains mainly: red. Hex color #D872B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D872B9 is #278D46. Grayscale: #989898. Windows color (decimal): -2592071 or 12153560. OLE color: 12153560.

HSL color Cylindrical-coordinate representation of color #D872B9: hue angle of 318.24º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D872B9 is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB216114185-
CMYK00.470.140.15
HSL318.24º56.67%64.71%-
HSV(B)318.24º47.22%84.71%-
XYZ43.0930.1449.44-
YUV152.59146.29173.23-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.94%
GREEN value IS 114 (44.92% from 255) = 22.14%
BLUE value IS 185 (72.66% from 255) = 35.92%
R=41.94%
G=22.14%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611418500.470.140.15318.2456.6764.71
HexD872B902FEF13e3941
Octal330162271057161747671101
Binary110110001110010101110010101111111011111001111101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d872b9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d872b9; }

 p { color: rgb(216,114,185); }

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

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

 a { background-color: rgb(216,114,185); }

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

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

 span { border-color: rgb(216,114,185); }

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