Html Css Color HEX #D61CDB Deep Magenta

📋 copy color: '#D61CDB'

red 214 ◦ green 28 ◦ blue 219

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

Shades of Deep Magenta #D61CDB

Tints of Deep Magenta #D61CDB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.07%

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

R = 46.42%
G = 6.07%
B = 47.51%

CMYK

 C value IS 0.02

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D61CDB (or 0xD61CDB) is known color: Deep Magenta. HEX triplet: D6, 1C and DB. RGB value is (214,28,219). Sum of RGB (Red+Green+Blue) = 214+28+219=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 28 (11.33% from 255 or 6.07% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #D61CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61CDB is #29E324. Grayscale: #686868. Windows color (decimal): -2745125 or 14359766. OLE color: 14359766.

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

Color convert

RGB 214 28 219 -
CMYK 0.02 0.87 0 0.14
HSL 298.43º 0.77% 0.48% -
HSV(B) 298.43º 0.87% 0.86% -
XYZ 40.93 20.24 68.77 -
YUV 105.39 192.12 205.47 -
System Red Green Blue C M Y K H S L
Decimal 214 28 219 0.02 0.87 0 0.14 298.43 0.77 0.48
Hex D6 1C DB 2 57 0 E 12A 4D 30
Octal 326 34 333 2 127 0 16 452 115 60
Binary 11010110 11100 11011011 10 1010111 0 1110 100101010 1001101 110000

Color Harmonies of #D61CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61CDB

Black with #D61CDB

Text Example


Text Example

White with #D61CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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