Html Css Color HEX #D22EE0 Medium Orchid

📋 copy color: '#D22EE0'

red 210 ◦ green 46 ◦ blue 224

#D22EE0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #D22EE0

Tints of Medium Orchid #D22EE0

RGB

 RED value IS 210 (82.42% from 255) = 43.75%

 GREEN value IS 46 (18.36% from 255) = 9.58%

 BLUE value IS 224 (87.89% from 255) = 46.67%

R = 43.75%
G = 9.58%
B = 46.67%

CMYK

 C value IS 0.06

 M value IS 0.79

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D22EE0 (or 0xD22EE0) is known color: Medium Orchid. HEX triplet: D2, 2E and E0. RGB value is (210,46,224). Sum of RGB (Red+Green+Blue) = 210+46+224=480 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.75% from 480); Green value is 46 (18.36% from 255 or 9.58% from 480); Blue value is 224 (87.89% from 255 or 46.67% from 480); Max value from RGB is 224 - color contains mainly: blue. Hex color #D22EE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D22EE0 is #2DD11F. Grayscale: #727272. Windows color (decimal): -3002656 or 14692050. OLE color: 14692050.

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

Color convert

RGB 210 46 224 -
CMYK 0.06 0.79 0 0.12
HSL 295.28º 0.74% 0.53% -
HSV(B) 295.28º 0.79% 0.88% -
XYZ 41.01 21.04 72.42 -
YUV 115.33 189.33 195.53 -
System Red Green Blue C M Y K H S L
Decimal 210 46 224 0.06 0.79 0 0.12 295.28 0.74 0.53
Hex D2 2E E0 6 4F 0 C 127 4A 35
Octal 322 56 340 6 117 0 14 447 112 65
Binary 11010010 101110 11100000 110 1001111 0 1100 100100111 1001010 110101

Color Harmonies of #D22EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22EE0

Black with #D22EE0

Text Example


Text Example

White with #D22EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22EE0; }

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

 H1.HeaderClassName
 {
   color: #D22EE0;
 }
 .AnyTagClassName
 {
   color: #D22EE0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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