Html Css Color HEX #D22EDA Medium Orchid

📋 copy color: '#D22EDA'

red 210 ◦ green 46 ◦ blue 218

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

Shades of Medium Orchid #D22EDA

Tints of Medium Orchid #D22EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.99%

R = 44.3%
G = 9.7%
B = 45.99%

CMYK

 C value IS 0.04

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D22EDA (or 0xD22EDA) is known color: Medium Orchid. HEX triplet: D2, 2E and DA. RGB value is (210,46,218). Sum of RGB (Red+Green+Blue) = 210+46+218=474 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.30% from 474); Green value is 46 (18.36% from 255 or 9.70% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 218 - color contains mainly: blue. Hex color #D22EDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D22EDA is #2DD125. Grayscale: #727272. Windows color (decimal): -3002662 or 14298834. OLE color: 14298834.

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

Color convert

RGB 210 46 218 -
CMYK 0.04 0.79 0 0.15
HSL 297.21º 0.7% 0.52% -
HSV(B) 297.21º 0.79% 0.85% -
XYZ 40.21 20.72 68.21 -
YUV 114.64 186.33 196.01 -
System Red Green Blue C M Y K H S L
Decimal 210 46 218 0.04 0.79 0 0.15 297.21 0.7 0.52
Hex D2 2E DA 4 4F 0 F 129 46 34
Octal 322 56 332 4 117 0 17 451 106 64
Binary 11010010 101110 11011010 100 1001111 0 1111 100101001 1000110 110100

Color Harmonies of #D22EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22EDA

Black with #D22EDA

Text Example


Text Example

White with #D22EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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