Html Css Color HEX #D613DE Deep Magenta

📋 copy color: '#D613DE'

red 214 ◦ green 19 ◦ blue 222

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

Shades of Deep Magenta #D613DE

Tints of Deep Magenta #D613DE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.18%

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

R = 47.03%
G = 4.18%
B = 48.79%

CMYK

 C value IS 0.04

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D613DE (or 0xD613DE) is known color: Deep Magenta. HEX triplet: D6, 13 and DE. RGB value is (214,19,222). Sum of RGB (Red+Green+Blue) = 214+19+222=455 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.03% from 455); Green value is 19 (7.81% from 255 or 4.18% from 455); Blue value is 222 (87.11% from 255 or 48.79% from 455); Max value from RGB is 222 - color contains mainly: blue. Hex color #D613DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D613DE is #29EC21. Grayscale: #636363. Windows color (decimal): -2747426 or 14554070. OLE color: 14554070.

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

Color convert

RGB 214 19 222 -
CMYK 0.04 0.91 0 0.13
HSL 297.64º 0.84% 0.47% -
HSV(B) 297.64º 0.91% 0.87% -
XYZ 41.15 20.04 70.81 -
YUV 100.45 196.6 208.99 -
System Red Green Blue C M Y K H S L
Decimal 214 19 222 0.04 0.91 0 0.13 297.64 0.84 0.47
Hex D6 13 DE 4 5B 0 D 12A 54 2F
Octal 326 23 336 4 133 0 15 452 124 57
Binary 11010110 10011 11011110 100 1011011 0 1101 100101010 1010100 101111

Color Harmonies of #D613DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D613DE

Black with #D613DE

Text Example


Text Example

White with #D613DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D613DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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