Html Css Color HEX #D611DB Deep Magenta

📋 copy color: '#D611DB'

red 214 ◦ green 17 ◦ blue 219

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

Shades of Deep Magenta #D611DB

Tints of Deep Magenta #D611DB

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.78%

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

R = 47.56%
G = 3.78%
B = 48.67%

CMYK

 C value IS 0.02

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D611DB (or 0xD611DB) is known color: Deep Magenta. HEX triplet: D6, 11 and DB. RGB value is (214,17,219). Sum of RGB (Red+Green+Blue) = 214+17+219=450 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.56% from 450); Green value is 17 (7.03% from 255 or 3.78% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #D611DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D611DB is #29EE24. Grayscale: #626262. Windows color (decimal): -2747941 or 14356950. OLE color: 14356950.

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

Color convert

RGB 214 17 219 -
CMYK 0.02 0.92 0 0.14
HSL 298.51º 0.86% 0.46% -
HSV(B) 298.51º 0.92% 0.86% -
XYZ 40.72 19.81 68.7 -
YUV 98.93 195.77 210.07 -
System Red Green Blue C M Y K H S L
Decimal 214 17 219 0.02 0.92 0 0.14 298.51 0.86 0.46
Hex D6 11 DB 2 5C 0 E 12B 56 2E
Octal 326 21 333 2 134 0 16 453 126 56
Binary 11010110 10001 11011011 10 1011100 0 1110 100101011 1010110 101110

Color Harmonies of #D611DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D611DB

Black with #D611DB

Text Example


Text Example

White with #D611DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D611DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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