#D889CB

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

Shades of Orchid #D889CB

Tints of Orchid #D889CB

Color information

#D889CB (or 0xD889CB) is unknown color: approx Orchid. HEX triplet: D8, 89 and CB. RGB value is (216,137,203). Sum of RGB (Red+Green+Blue) = 216+137+203=556 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.85% from 556); Green value is 137 (53.91% from 255 or 24.64% from 556); Blue value is 203 (79.69% from 255 or 36.51% from 556); Max value from RGB is 216 - color contains mainly: red. Hex color #D889CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D889CB is #277634. Grayscale: #A7A7A7. Windows color (decimal): -2586165 or 13339096. OLE color: 13339096.

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

Color convert

RGB216137203-
CMYK00.370.060.15
HSL309.87º50.32%69.22%-
HSV(B)309.87º36.57%84.71%-
XYZ48.0436.861.07-
YUV168.14147.67162.13-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.85%
GREEN value IS 137 (53.91% from 255) = 24.64%
BLUE value IS 203 (79.69% from 255) = 36.51%
R=38.85%
G=24.64%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613720300.370.060.15309.8750.3269.22
HexD889CB0256F1363245
Octal33021131304561746662105
Binary110110001000100111001011010010111011111001101101100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D889CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D889CB; }

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

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

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

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

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

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

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

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