#DB7DD1

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

Shades of Orchid #DB7DD1

Tints of Orchid #DB7DD1

Color information

#DB7DD1 (or 0xDB7DD1) is unknown color: approx Orchid. HEX triplet: DB, 7D and D1. RGB value is (219,125,209). Sum of RGB (Red+Green+Blue) = 219+125+209=553 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.60% from 553); Green value is 125 (49.22% from 255 or 22.60% from 553); Blue value is 209 (82.03% from 255 or 37.79% from 553); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7DD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7DD1 is #24822E. Grayscale: #A2A2A2. Windows color (decimal): -2392623 or 13729243. OLE color: 13729243.

HSL color Cylindrical-coordinate representation of color #DB7DD1: hue angle of 306.38º 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 #DB7DD1 is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB219125209-
CMYK00.430.050.14
HSL306.38º56.63%67.45%-
HSV(B)306.38º42.92%85.88%-
XYZ48.0634.3364.42-
YUV162.68154.14168.17-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.60%
GREEN value IS 125 (49.22% from 255) = 22.60%
BLUE value IS 209 (82.03% from 255) = 37.79%
R=39.60%
G=22.60%
B=37.79%

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
Decimal21912520900.430.050.14306.3856.6367.45
HexDB7DD102B5E1323943
Octal33317532105351646271103
Binary11011011111110111010001010101110111101001100101110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7DD1; }

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

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

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

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

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

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

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

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