#D22EDB

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

Shades of Medium Orchid #D22EDB

Tints of Medium Orchid #D22EDB

Color information

#D22EDB (or 0xD22EDB) is unknown color: approx Medium Orchid. HEX triplet: D2, 2E and DB. RGB value is (210,46,219). Sum of RGB (Red+Green+Blue) = 210+46+219=475 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.21% from 475); Green value is 46 (18.36% from 255 or 9.68% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #D22EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D22EDB is #2DD124. Grayscale: #727272. Windows color (decimal): -3002661 or 14364370. OLE color: 14364370.

HSL color Cylindrical-coordinate representation of color #D22EDB: hue angle of 296.88º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D22EDB is Cyan = 0.04, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB21046219-
CMYK0.040.7900.14
HSL296.88º70.61%51.96%-
HSV(B)296.88º79%85.88%-
XYZ40.3420.7768.9-
YUV114.76186.83195.93-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.21%
GREEN value IS 46 (18.36% from 255) = 9.68%
BLUE value IS 219 (85.94% from 255) = 46.11%
R=44.21%
G=9.68%
B=46.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal210462190.040.7900.14296.8870.6151.96
HexD22EDB44F0E1294734
Octal32256333411701645110764
Binary11010010101110110110111001001111011101001010011000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D22EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D22EDB; }

 p { color: rgb(210,46,219); }

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

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

 a { background-color: rgb(210,46,219); }

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

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

 span { border-color: rgb(210,46,219); }

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