Html Css Color HEX #D611DA Deep Magenta

📋 copy color: '#D611DA'

red 214 ◦ green 17 ◦ blue 218

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

Shades of Deep Magenta #D611DA

Tints of Deep Magenta #D611DA

RGB

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

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

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

R = 47.66%
G = 3.79%
B = 48.55%

CMYK

 C value IS 0.02

 M value IS 0.92

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D611DA (or 0xD611DA) is known color: Deep Magenta. HEX triplet: D6, 11 and DA. RGB value is (214,17,218). Sum of RGB (Red+Green+Blue) = 214+17+218=449 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.66% from 449); Green value is 17 (7.03% from 255 or 3.79% from 449); Blue value is 218 (85.55% from 255 or 48.55% from 449); Max value from RGB is 218 - color contains mainly: blue. Hex color #D611DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D611DA is #29EE25. Grayscale: #626262. Windows color (decimal): -2747942 or 14291414. OLE color: 14291414.

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

Color convert

RGB 214 17 218 -
CMYK 0.02 0.92 0 0.15
HSL 298.81º 0.86% 0.46% -
HSV(B) 298.81º 0.92% 0.85% -
XYZ 40.59 19.76 68 -
YUV 98.82 195.27 210.16 -
System Red Green Blue C M Y K H S L
Decimal 214 17 218 0.02 0.92 0 0.15 298.81 0.86 0.46
Hex D6 11 DA 2 5C 0 F 12B 56 2E
Octal 326 21 332 2 134 0 17 453 126 56
Binary 11010110 10001 11011010 10 1011100 0 1111 100101011 1010110 101110

Color Harmonies of #D611DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D611DA

Black with #D611DA

Text Example


Text Example

White with #D611DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D611DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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