Html Css Color HEX #D611DE Deep Magenta

📋 copy color: '#D611DE'

red 214 ◦ green 17 ◦ blue 222

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

Shades of Deep Magenta #D611DE

Tints of Deep Magenta #D611DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 49.01%

R = 47.24%
G = 3.75%
B = 49.01%

CMYK

 C value IS 0.04

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D611DE (or 0xD611DE) is known color: Deep Magenta. HEX triplet: D6, 11 and DE. RGB value is (214,17,222). Sum of RGB (Red+Green+Blue) = 214+17+222=453 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.24% from 453); Green value is 17 (7.03% from 255 or 3.75% from 453); Blue value is 222 (87.11% from 255 or 49.01% from 453); Max value from RGB is 222 - color contains mainly: blue. Hex color #D611DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D611DE is #29EE21. Grayscale: #626262. Windows color (decimal): -2747938 or 14553558. OLE color: 14553558.

HSL color Cylindrical-coordinate representation of color #D611DE: hue angle of 297.66º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D611DE is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 17 222 -
CMYK 0.04 0.92 0 0.13
HSL 297.66º 0.86% 0.47% -
HSV(B) 297.66º 0.92% 0.87% -
XYZ 41.12 19.97 70.79 -
YUV 99.27 197.27 209.83 -
System Red Green Blue C M Y K H S L
Decimal 214 17 222 0.04 0.92 0 0.13 297.66 0.86 0.47
Hex D6 11 DE 4 5C 0 D 12A 56 2F
Octal 326 21 336 4 134 0 15 452 126 57
Binary 11010110 10001 11011110 100 1011100 0 1101 100101010 1010110 101111

Color Harmonies of #D611DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D611DE

Black with #D611DE

Text Example


Text Example

White with #D611DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D611DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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