#D889D1

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

Shades of Orchid #D889D1

Tints of Orchid #D889D1

Color information

#D889D1 (or 0xD889D1) is unknown color: approx Orchid. HEX triplet: D8, 89 and D1. RGB value is (216,137,209). Sum of RGB (Red+Green+Blue) = 216+137+209=562 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.43% from 562); Green value is 137 (53.91% from 255 or 24.38% from 562); Blue value is 209 (82.03% from 255 or 37.19% from 562); Max value from RGB is 216 - color contains mainly: red. Hex color #D889D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D889D1 is #27762E. Grayscale: #A8A8A8. Windows color (decimal): -2586159 or 13732312. OLE color: 13732312.

HSL color Cylindrical-coordinate representation of color #D889D1: hue angle of 305.32º 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 #D889D1 is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB216137209-
CMYK00.370.030.15
HSL305.32º50.32%69.22%-
HSV(B)305.32º36.57%84.71%-
XYZ48.7737.0964.91-
YUV168.83150.67161.65-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.43%
GREEN value IS 137 (53.91% from 255) = 24.38%
BLUE value IS 209 (82.03% from 255) = 37.19%
R=38.43%
G=24.38%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613720900.370.030.15305.3250.3269.22
HexD889D10253F1313245
Octal33021132104531746162105
Binary11011000100010011101000101001011111111001100011100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D889D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D889D1; }

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

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

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

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

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

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

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

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