Html Css Color HEX #D61ECE Deep Magenta

📋 copy color: '#D61ECE'

red 214 ◦ green 30 ◦ blue 206

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

Shades of Deep Magenta #D61ECE

Tints of Deep Magenta #D61ECE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.67%

 BLUE value IS 206 (80.86% from 255) = 45.78%

R = 47.56%
G = 6.67%
B = 45.78%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D61ECE (or 0xD61ECE) is known color: Deep Magenta. HEX triplet: D6, 1E and CE. RGB value is (214,30,206). Sum of RGB (Red+Green+Blue) = 214+30+206=450 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.56% from 450); Green value is 30 (12.11% from 255 or 6.67% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 214 - color contains mainly: red. Hex color #D61ECE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61ECE is #29E131. Grayscale: #686868. Windows color (decimal): -2744626 or 13508310. OLE color: 13508310.

HSL color Cylindrical-coordinate representation of color #D61ECE: hue angle of 302.61º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D61ECE is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 30 206 -
CMYK 0 0.86 0.04 0.16
HSL 302.61º 0.75% 0.48% -
HSV(B) 302.61º 0.86% 0.84% -
XYZ 39.34 19.68 60.12 -
YUV 105.08 184.96 205.69 -
System Red Green Blue C M Y K H S L
Decimal 214 30 206 0 0.86 0.04 0.16 302.61 0.75 0.48
Hex D6 1E CE 0 56 4 10 12F 4B 30
Octal 326 36 316 0 126 4 20 457 113 60
Binary 11010110 11110 11001110 0 1010110 100 10000 100101111 1001011 110000

Color Harmonies of #D61ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61ECE

Black with #D61ECE

Text Example


Text Example

White with #D61ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61ECE; }

 p { color: rgb(214,30,206); }

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

background-color css

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

 a { background-color: rgb(214,30,206); }

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

border-color css

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

 span { border-color: rgb(214,30,206); }

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