Html Css Color HEX #D22EEA Medium Orchid

📋 copy color: '#D22EEA'

red 210 ◦ green 46 ◦ blue 234

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

Shades of Medium Orchid #D22EEA

Tints of Medium Orchid #D22EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.76%

R = 42.86%
G = 9.39%
B = 47.76%

CMYK

 C value IS 0.10

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D22EEA (or 0xD22EEA) is known color: Medium Orchid. HEX triplet: D2, 2E and EA. RGB value is (210,46,234). Sum of RGB (Red+Green+Blue) = 210+46+234=490 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.86% from 490); Green value is 46 (18.36% from 255 or 9.39% from 490); Blue value is 234 (91.80% from 255 or 47.76% from 490); Max value from RGB is 234 - color contains mainly: blue. Hex color #D22EEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D22EEA is #2DD115. Grayscale: #737373. Windows color (decimal): -3002646 or 15347410. OLE color: 15347410.

HSL color Cylindrical-coordinate representation of color #D22EEA: hue angle of 292.34º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D22EEA is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 210 46 234 -
CMYK 0.10 0.80 0 0.08
HSL 292.34º 0.82% 0.55% -
HSV(B) 292.34º 0.8% 0.92% -
XYZ 42.41 21.6 79.78 -
YUV 116.47 194.33 194.71 -
System Red Green Blue C M Y K H S L
Decimal 210 46 234 0.10 0.80 0 0.08 292.34 0.82 0.55
Hex D2 2E EA A 50 0 8 124 52 37
Octal 322 56 352 12 120 0 10 444 122 67
Binary 11010010 101110 11101010 1010 1010000 0 1000 100100100 1010010 110111

Color Harmonies of #D22EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22EEA

Black with #D22EEA

Text Example


Text Example

White with #D22EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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