#D22DE1

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

Shades of Medium Orchid #D22DE1

Tints of Medium Orchid #D22DE1

Color information

#D22DE1 (or 0xD22DE1) is unknown color: approx Medium Orchid. HEX triplet: D2, 2D and E1. RGB value is (210,45,225). Sum of RGB (Red+Green+Blue) = 210+45+225=480 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.75% from 480); Green value is 45 (17.97% from 255 or 9.38% from 480); Blue value is 225 (88.28% from 255 or 46.88% from 480); Max value from RGB is 225 - color contains mainly: blue. Hex color #D22DE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D22DE1 is #2DD21E. Grayscale: #727272. Windows color (decimal): -3002911 or 14757330. OLE color: 14757330.

HSL color Cylindrical-coordinate representation of color #D22DE1: hue angle of 295º degrees, saturation: 0.75, 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 #D22DE1 is Cyan = 0.07, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB21045225-
CMYK0.070.800.12
HSL295º75%52.94%-
HSV(B)295º80%88.24%-
XYZ41.1121.0173.12-
YUV114.86190.16195.86-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.75%
GREEN value IS 45 (17.97% from 255) = 9.38%
BLUE value IS 225 (88.28% from 255) = 46.88%
R=43.75%
G=9.38%
B=46.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal210452250.070.800.122957552.94
HexD22DE17500C1274b35
Octal32255341712001444711365
Binary11010010101101111000011111010000011001001001111001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D22DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D22DE1; }

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

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

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

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

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

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

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

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