Html Css Color HEX #D61EDF Deep Magenta

📋 copy color: '#D61EDF'

red 214 ◦ green 30 ◦ blue 223

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

Shades of Deep Magenta #D61EDF

Tints of Deep Magenta #D61EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.75%

R = 45.82%
G = 6.42%
B = 47.75%

CMYK

 C value IS 0.04

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D61EDF (or 0xD61EDF) is known color: Deep Magenta. HEX triplet: D6, 1E and DF. RGB value is (214,30,223). Sum of RGB (Red+Green+Blue) = 214+30+223=467 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.82% from 467); Green value is 30 (12.11% from 255 or 6.42% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #D61EDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61EDF is #29E120. Grayscale: #6A6A6A. Windows color (decimal): -2744609 or 14622422. OLE color: 14622422.

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

Color convert

RGB 214 30 223 -
CMYK 0.04 0.87 0 0.13
HSL 297.2º 0.76% 0.5% -
HSV(B) 297.2º 0.87% 0.87% -
XYZ 41.52 20.55 71.59 -
YUV 107.02 193.46 204.31 -
System Red Green Blue C M Y K H S L
Decimal 214 30 223 0.04 0.87 0 0.13 297.2 0.76 0.5
Hex D6 1E DF 4 57 0 D 129 4C 32
Octal 326 36 337 4 127 0 15 451 114 62
Binary 11010110 11110 11011111 100 1010111 0 1101 100101001 1001100 110010

Color Harmonies of #D61EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61EDF

Black with #D61EDF

Text Example


Text Example

White with #D61EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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