Html Css Color HEX #D615DE Deep Magenta

📋 copy color: '#D615DE'

red 214 ◦ green 21 ◦ blue 222

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

Shades of Deep Magenta #D615DE

Tints of Deep Magenta #D615DE

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.6%

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

R = 46.83%
G = 4.6%
B = 48.58%

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

#D615DE (or 0xD615DE) is known color: Deep Magenta. HEX triplet: D6, 15 and DE. RGB value is (214,21,222). Sum of RGB (Red+Green+Blue) = 214+21+222=457 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.83% from 457); Green value is 21 (8.59% from 255 or 4.60% from 457); Blue value is 222 (87.11% from 255 or 48.58% from 457); Max value from RGB is 222 - color contains mainly: blue. Hex color #D615DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D615DE is #29EA21. Grayscale: #656565. Windows color (decimal): -2746914 or 14554582. OLE color: 14554582.

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

Color convert

RGB 214 21 222 -
CMYK 0.04 0.91 0 0.13
HSL 297.61º 0.83% 0.48% -
HSV(B) 297.61º 0.91% 0.87% -
XYZ 41.18 20.11 70.82 -
YUV 101.62 195.94 208.16 -
System Red Green Blue C M Y K H S L
Decimal 214 21 222 0.04 0.91 0 0.13 297.61 0.83 0.48
Hex D6 15 DE 4 5B 0 D 12A 53 30
Octal 326 25 336 4 133 0 15 452 123 60
Binary 11010110 10101 11011110 100 1011011 0 1101 100101010 1010011 110000

Color Harmonies of #D615DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D615DE

Black with #D615DE

Text Example


Text Example

White with #D615DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D615DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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