Html Css Color HEX #D61DE0 Deep Magenta

📋 copy color: '#D61DE0'

red 214 ◦ green 29 ◦ blue 224

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

Shades of Deep Magenta #D61DE0

Tints of Deep Magenta #D61DE0

RGB

 RED value IS 214 (83.98% from 255) = 45.82%

 GREEN value IS 29 (11.72% from 255) = 6.21%

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

R = 45.82%
G = 6.21%
B = 47.97%

CMYK

 C value IS 0.04

 M value IS 0.87

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D61DE0 (or 0xD61DE0) is known color: Deep Magenta. HEX triplet: D6, 1D and E0. RGB value is (214,29,224). Sum of RGB (Red+Green+Blue) = 214+29+224=467 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.82% from 467); Green value is 29 (11.72% from 255 or 6.21% from 467); Blue value is 224 (87.89% from 255 or 47.97% from 467); Max value from RGB is 224 - color contains mainly: blue. Hex color #D61DE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61DE0 is #29E21F. Grayscale: #696969. Windows color (decimal): -2744864 or 14687702. OLE color: 14687702.

HSL color Cylindrical-coordinate representation of color #D61DE0: hue angle of 296.92º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D61DE0 is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 214 29 224 -
CMYK 0.04 0.87 0 0.12
HSL 296.92º 0.77% 0.5% -
HSV(B) 296.92º 0.87% 0.88% -
XYZ 41.63 20.56 72.29 -
YUV 106.55 194.29 204.64 -
System Red Green Blue C M Y K H S L
Decimal 214 29 224 0.04 0.87 0 0.12 296.92 0.77 0.5
Hex D6 1D E0 4 57 0 C 129 4D 32
Octal 326 35 340 4 127 0 14 451 115 62
Binary 11010110 11101 11100000 100 1010111 0 1100 100101001 1001101 110010

Color Harmonies of #D61DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61DE0

Black with #D61DE0

Text Example


Text Example

White with #D61DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61DE0; }

 p { color: rgb(214,29,224); }

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

background-color css

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

 a { background-color: rgb(214,29,224); }

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

border-color css

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

 span { border-color: rgb(214,29,224); }

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