#D889D3

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

Shades of Orchid #D889D3

Tints of Orchid #D889D3

Color information

#D889D3 (or 0xD889D3) is unknown color: approx Orchid. HEX triplet: D8, 89 and D3. RGB value is (216,137,211). Sum of RGB (Red+Green+Blue) = 216+137+211=564 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.30% from 564); Green value is 137 (53.91% from 255 or 24.29% from 564); Blue value is 211 (82.81% from 255 or 37.41% from 564); Max value from RGB is 216 - color contains mainly: red. Hex color #D889D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D889D3 is #27762C. Grayscale: #A8A8A8. Windows color (decimal): -2586157 or 13863384. OLE color: 13863384.

HSL color Cylindrical-coordinate representation of color #D889D3: hue angle of 303.8º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D889D3 is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB216137211-
CMYK00.370.020.15
HSL303.8º50.32%69.22%-
HSV(B)303.8º36.57%84.71%-
XYZ49.0237.1966.22-
YUV169.06151.67161.48-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.30%
GREEN value IS 137 (53.91% from 255) = 24.29%
BLUE value IS 211 (82.81% from 255) = 37.41%
R=38.30%
G=24.29%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613721100.370.020.15303.850.3269.22
HexD889D30252F1303245
Octal33021132304521746062105
Binary11011000100010011101001101001011011111001100001100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D889D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D889D3; }

 p { color: rgb(216,137,211); }

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

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

 a { background-color: rgb(216,137,211); }

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

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

 span { border-color: rgb(216,137,211); }

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