Html Css Color HEX #D61FDA Deep Magenta

📋 copy color: '#D61FDA'

red 214 ◦ green 31 ◦ blue 218

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

Shades of Deep Magenta #D61FDA

Tints of Deep Magenta #D61FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.08%

R = 46.22%
G = 6.7%
B = 47.08%

CMYK

 C value IS 0.02

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D61FDA (or 0xD61FDA) is known color: Deep Magenta. HEX triplet: D6, 1F and DA. RGB value is (214,31,218). Sum of RGB (Red+Green+Blue) = 214+31+218=463 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.22% from 463); Green value is 31 (12.5% from 255 or 6.70% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 218 - color contains mainly: blue. Hex color #D61FDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61FDA is #29E025. Grayscale: #6A6A6A. Windows color (decimal): -2744358 or 14294998. OLE color: 14294998.

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

Color convert

RGB 214 31 218 -
CMYK 0.02 0.86 0 0.15
HSL 298.72º 0.75% 0.49% -
HSV(B) 298.72º 0.86% 0.85% -
XYZ 40.88 20.34 68.1 -
YUV 107.04 190.63 204.29 -
System Red Green Blue C M Y K H S L
Decimal 214 31 218 0.02 0.86 0 0.15 298.72 0.75 0.49
Hex D6 1F DA 2 56 0 F 12B 4B 31
Octal 326 37 332 2 126 0 17 453 113 61
Binary 11010110 11111 11011010 10 1010110 0 1111 100101011 1001011 110001

Color Harmonies of #D61FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61FDA

Black with #D61FDA

Text Example


Text Example

White with #D61FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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