Html Css Color HEX #D61ECF Deep Magenta

📋 copy color: '#D61ECF'

red 214 ◦ green 30 ◦ blue 207

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

Shades of Deep Magenta #D61ECF

Tints of Deep Magenta #D61ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.9%

R = 47.45%
G = 6.65%
B = 45.9%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D61ECF (or 0xD61ECF) is known color: Deep Magenta. HEX triplet: D6, 1E and CF. RGB value is (214,30,207). Sum of RGB (Red+Green+Blue) = 214+30+207=451 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.45% from 451); Green value is 30 (12.11% from 255 or 6.65% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 214 - color contains mainly: red. Hex color #D61ECF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61ECF is #29E130. Grayscale: #686868. Windows color (decimal): -2744625 or 13573846. OLE color: 13573846.

HSL color Cylindrical-coordinate representation of color #D61ECF: hue angle of 302.28º 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 #D61ECF is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 30 207 -
CMYK 0 0.86 0.03 0.16
HSL 302.28º 0.75% 0.48% -
HSV(B) 302.28º 0.86% 0.84% -
XYZ 39.46 19.73 60.76 -
YUV 105.19 185.46 205.61 -
System Red Green Blue C M Y K H S L
Decimal 214 30 207 0 0.86 0.03 0.16 302.28 0.75 0.48
Hex D6 1E CF 0 56 3 10 12E 4B 30
Octal 326 36 317 0 126 3 20 456 113 60
Binary 11010110 11110 11001111 0 1010110 11 10000 100101110 1001011 110000

Color Harmonies of #D61ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61ECF

Black with #D61ECF

Text Example


Text Example

White with #D61ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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