Html Css Color HEX #D61FDD Deep Magenta

📋 copy color: '#D61FDD'

red 214 ◦ green 31 ◦ blue 221

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

Shades of Deep Magenta #D61FDD

Tints of Deep Magenta #D61FDD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.65%

 BLUE value IS 221 (86.72% from 255) = 47.42%

R = 45.92%
G = 6.65%
B = 47.42%

CMYK

 C value IS 0.03

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D61FDD (or 0xD61FDD) is known color: Deep Magenta. HEX triplet: D6, 1F and DD. RGB value is (214,31,221). Sum of RGB (Red+Green+Blue) = 214+31+221=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 31 (12.5% from 255 or 6.65% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 221 - color contains mainly: blue. Hex color #D61FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61FDD is #29E022. Grayscale: #6A6A6A. Windows color (decimal): -2744355 or 14491606. OLE color: 14491606.

HSL color Cylindrical-coordinate representation of color #D61FDD: hue angle of 297.79º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D61FDD is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 31 221 -
CMYK 0.03 0.86 0 0.13
HSL 297.79º 0.75% 0.49% -
HSV(B) 297.79º 0.86% 0.87% -
XYZ 41.27 20.5 70.19 -
YUV 107.38 192.13 204.05 -
System Red Green Blue C M Y K H S L
Decimal 214 31 221 0.03 0.86 0 0.13 297.79 0.75 0.49
Hex D6 1F DD 3 56 0 D 12A 4B 31
Octal 326 37 335 3 126 0 15 452 113 61
Binary 11010110 11111 11011101 11 1010110 0 1101 100101010 1001011 110001

Color Harmonies of #D61FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61FDD

Black with #D61FDD

Text Example


Text Example

White with #D61FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61FDD; }

 p { color: rgb(214,31,221); }

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

background-color css

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

 a { background-color: rgb(214,31,221); }

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

border-color css

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

 span { border-color: rgb(214,31,221); }

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