Html Css Color HEX #D61ADE Deep Magenta

📋 copy color: '#D61ADE'

red 214 ◦ green 26 ◦ blue 222

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

Shades of Deep Magenta #D61ADE

Tints of Deep Magenta #D61ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.05%

R = 46.32%
G = 5.63%
B = 48.05%

CMYK

 C value IS 0.04

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D61ADE (or 0xD61ADE) is known color: Deep Magenta. HEX triplet: D6, 1A and DE. RGB value is (214,26,222). Sum of RGB (Red+Green+Blue) = 214+26+222=462 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.32% from 462); Green value is 26 (10.55% from 255 or 5.63% from 462); Blue value is 222 (87.11% from 255 or 48.05% from 462); Max value from RGB is 222 - color contains mainly: blue. Hex color #D61ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61ADE is #29E521. Grayscale: #676767. Windows color (decimal): -2745634 or 14555862. OLE color: 14555862.

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

Color convert

RGB 214 26 222 -
CMYK 0.04 0.88 0 0.13
HSL 297.55º 0.79% 0.49% -
HSV(B) 297.55º 0.88% 0.87% -
XYZ 41.29 20.31 70.85 -
YUV 104.56 194.28 206.06 -
System Red Green Blue C M Y K H S L
Decimal 214 26 222 0.04 0.88 0 0.13 297.55 0.79 0.49
Hex D6 1A DE 4 58 0 D 12A 4F 31
Octal 326 32 336 4 130 0 15 452 117 61
Binary 11010110 11010 11011110 100 1011000 0 1101 100101010 1001111 110001

Color Harmonies of #D61ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61ADE

Black with #D61ADE

Text Example


Text Example

White with #D61ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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