#DB7DD0

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

Shades of Orchid #DB7DD0

Tints of Orchid #DB7DD0

Color information

#DB7DD0 (or 0xDB7DD0) is unknown color: approx Orchid. HEX triplet: DB, 7D and D0. RGB value is (219,125,208). Sum of RGB (Red+Green+Blue) = 219+125+208=552 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.67% from 552); Green value is 125 (49.22% from 255 or 22.64% from 552); Blue value is 208 (81.64% from 255 or 37.68% from 552); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7DD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7DD0 is #24822F. Grayscale: #A2A2A2. Windows color (decimal): -2392624 or 13663707. OLE color: 13663707.

HSL color Cylindrical-coordinate representation of color #DB7DD0: hue angle of 307.02º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DB7DD0 is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB219125208-
CMYK00.430.050.14
HSL307.02º56.63%67.45%-
HSV(B)307.02º42.92%85.88%-
XYZ47.9334.2863.77-
YUV162.57153.64168.25-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.67%
GREEN value IS 125 (49.22% from 255) = 22.64%
BLUE value IS 208 (81.64% from 255) = 37.68%
R=39.67%
G=22.64%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21912520800.430.050.14307.0256.6367.45
HexDB7DD002B5E1333943
Octal33317532005351646371103
Binary11011011111110111010000010101110111101001100111110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7DD0; }

 p { color: rgb(219,125,208); }

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

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

 a { background-color: rgb(219,125,208); }

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

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

 span { border-color: rgb(219,125,208); }

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