Html Css Color HEX #D61ADD Deep Magenta

📋 copy color: '#D61ADD'

red 214 ◦ green 26 ◦ blue 221

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

Shades of Deep Magenta #D61ADD

Tints of Deep Magenta #D61ADD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.64%

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

R = 46.42%
G = 5.64%
B = 47.94%

CMYK

 C value IS 0.03

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D61ADD (or 0xD61ADD) is known color: Deep Magenta. HEX triplet: D6, 1A and DD. RGB value is (214,26,221). Sum of RGB (Red+Green+Blue) = 214+26+221=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 26 (10.55% from 255 or 5.64% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #D61ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61ADD is #29E522. Grayscale: #676767. Windows color (decimal): -2745635 or 14490326. OLE color: 14490326.

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

Color convert

RGB 214 26 221 -
CMYK 0.03 0.88 0 0.13
HSL 297.85º 0.79% 0.48% -
HSV(B) 297.85º 0.88% 0.87% -
XYZ 41.15 20.26 70.15 -
YUV 104.44 193.78 206.14 -
System Red Green Blue C M Y K H S L
Decimal 214 26 221 0.03 0.88 0 0.13 297.85 0.79 0.48
Hex D6 1A DD 3 58 0 D 12A 4F 30
Octal 326 32 335 3 130 0 15 452 117 60
Binary 11010110 11010 11011101 11 1011000 0 1101 100101010 1001111 110000

Color Harmonies of #D61ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61ADD

Black with #D61ADD

Text Example


Text Example

White with #D61ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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