Html Css Color HEX #D61EDB Deep Magenta

📋 copy color: '#D61EDB'

red 214 ◦ green 30 ◦ blue 219

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

Shades of Deep Magenta #D61EDB

Tints of Deep Magenta #D61EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.3%

R = 46.22%
G = 6.48%
B = 47.3%

CMYK

 C value IS 0.02

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D61EDB (or 0xD61EDB) is known color: Deep Magenta. HEX triplet: D6, 1E and DB. RGB value is (214,30,219). Sum of RGB (Red+Green+Blue) = 214+30+219=463 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.22% from 463); Green value is 30 (12.11% from 255 or 6.48% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #D61EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61EDB is #29E124. Grayscale: #696969. Windows color (decimal): -2744613 or 14360278. OLE color: 14360278.

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

Color convert

RGB 214 30 219 -
CMYK 0.02 0.86 0 0.14
HSL 298.41º 0.76% 0.49% -
HSV(B) 298.41º 0.86% 0.86% -
XYZ 40.98 20.34 68.78 -
YUV 106.56 191.46 204.63 -
System Red Green Blue C M Y K H S L
Decimal 214 30 219 0.02 0.86 0 0.14 298.41 0.76 0.49
Hex D6 1E DB 2 56 0 E 12A 4C 31
Octal 326 36 333 2 126 0 16 452 114 61
Binary 11010110 11110 11011011 10 1010110 0 1110 100101010 1001100 110001

Color Harmonies of #D61EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61EDB

Black with #D61EDB

Text Example


Text Example

White with #D61EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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