#d22de0

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

Shades of Medium Orchid #D22DE0

Tints of Medium Orchid #D22DE0

Color information

#D22DE0 (or 0xD22DE0) is unknown color: approx Medium Orchid. HEX triplet: D2, 2D and E0. RGB value is (210,45,224). Sum of RGB (Red+Green+Blue) = 210+45+224=479 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.84% from 479); Green value is 45 (17.97% from 255 or 9.39% from 479); Blue value is 224 (87.89% from 255 or 46.76% from 479); Max value from RGB is 224 - color contains mainly: blue. Hex color #D22DE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D22DE0 is #2DD21F. Grayscale: #727272. Windows color (decimal): -3002912 or 14691794. OLE color: 14691794.

HSL color Cylindrical-coordinate representation of color #D22DE0: hue angle of 295.31º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D22DE0 is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB21045224-
CMYK0.060.8000.12
HSL295.31º74.27%52.75%-
HSV(B)295.31º79.91%87.84%-
XYZ40.9720.9672.41-
YUV114.74189.66195.95-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.84%
GREEN value IS 45 (17.97% from 255) = 9.39%
BLUE value IS 224 (87.89% from 255) = 46.76%
R=43.84%
G=9.39%
B=46.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal210452240.060.8000.12295.3174.2752.75
HexD22DE06500C1274a35
Octal32255340612001444711265
Binary11010010101101111000001101010000011001001001111001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d22de0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d22de0; }

 p { color: rgb(210,45,224); }

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

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

 a { background-color: rgb(210,45,224); }

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

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

 span { border-color: rgb(210,45,224); }

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