Html Css Color HEX #D61BDC Deep Magenta

📋 copy color: '#D61BDC'

red 214 ◦ green 27 ◦ blue 220

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

Shades of Deep Magenta #D61BDC

Tints of Deep Magenta #D61BDC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.86%

 BLUE value IS 220 (86.33% from 255) = 47.72%

R = 46.42%
G = 5.86%
B = 47.72%

CMYK

 C value IS 0.03

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D61BDC (or 0xD61BDC) is known color: Deep Magenta. HEX triplet: D6, 1B and DC. RGB value is (214,27,220). Sum of RGB (Red+Green+Blue) = 214+27+220=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 27 (10.94% from 255 or 5.86% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #D61BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61BDC is #29E423. Grayscale: #686868. Windows color (decimal): -2745380 or 14425046. OLE color: 14425046.

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

Color convert

RGB 214 27 220 -
CMYK 0.03 0.88 0 0.14
HSL 298.13º 0.78% 0.48% -
HSV(B) 298.13º 0.88% 0.86% -
XYZ 41.04 20.25 69.46 -
YUV 104.92 192.95 205.81 -
System Red Green Blue C M Y K H S L
Decimal 214 27 220 0.03 0.88 0 0.14 298.13 0.78 0.48
Hex D6 1B DC 3 58 0 E 12A 4E 30
Octal 326 33 334 3 130 0 16 452 116 60
Binary 11010110 11011 11011100 11 1011000 0 1110 100101010 1001110 110000

Color Harmonies of #D61BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61BDC

Black with #D61BDC

Text Example


Text Example

White with #D61BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61BDC; }

 p { color: rgb(214,27,220); }

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

background-color css

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

 a { background-color: rgb(214,27,220); }

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

border-color css

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

 span { border-color: rgb(214,27,220); }

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