Html Css Color HEX #D32EDE Medium Orchid

📋 copy color: '#D32EDE'

red 211 ◦ green 46 ◦ blue 222

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

Shades of Medium Orchid #D32EDE

Tints of Medium Orchid #D32EDE

RGB

 RED value IS 211 (82.81% from 255) = 44.05%

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

 BLUE value IS 222 (87.11% from 255) = 46.35%

R = 44.05%
G = 9.6%
B = 46.35%

CMYK

 C value IS 0.05

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D32EDE (or 0xD32EDE) is known color: Medium Orchid. HEX triplet: D3, 2E and DE. RGB value is (211,46,222). Sum of RGB (Red+Green+Blue) = 211+46+222=479 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.05% from 479); Green value is 46 (18.36% from 255 or 9.60% from 479); Blue value is 222 (87.11% from 255 or 46.35% from 479); Max value from RGB is 222 - color contains mainly: blue. Hex color #D32EDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D32EDE is #2CD121. Grayscale: #727272. Windows color (decimal): -2937122 or 14560979. OLE color: 14560979.

HSL color Cylindrical-coordinate representation of color #D32EDE: hue angle of 296.25º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D32EDE is Cyan = 0.05, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 211 46 222 -
CMYK 0.05 0.79 0 0.13
HSL 296.25º 0.73% 0.53% -
HSV(B) 296.25º 0.79% 0.87% -
XYZ 41.03 21.08 71.01 -
YUV 115.4 188.16 196.19 -
System Red Green Blue C M Y K H S L
Decimal 211 46 222 0.05 0.79 0 0.13 296.25 0.73 0.53
Hex D3 2E DE 5 4F 0 D 128 49 35
Octal 323 56 336 5 117 0 15 450 111 65
Binary 11010011 101110 11011110 101 1001111 0 1101 100101000 1001001 110101

Color Harmonies of #D32EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32EDE

Black with #D32EDE

Text Example


Text Example

White with #D32EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32EDE; }

 p { color: rgb(211,46,222); }

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

background-color css

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

 a { background-color: rgb(211,46,222); }

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

border-color css

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

 span { border-color: rgb(211,46,222); }

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