Html Css Color HEX #D615DC Deep Magenta

📋 copy color: '#D615DC'

red 214 ◦ green 21 ◦ blue 220

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

Shades of Deep Magenta #D615DC

Tints of Deep Magenta #D615DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.35%

R = 47.03%
G = 4.62%
B = 48.35%

CMYK

 C value IS 0.03

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D615DC (or 0xD615DC) is known color: Deep Magenta. HEX triplet: D6, 15 and DC. RGB value is (214,21,220). Sum of RGB (Red+Green+Blue) = 214+21+220=455 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.03% from 455); Green value is 21 (8.59% from 255 or 4.62% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 220 - color contains mainly: blue. Hex color #D615DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D615DC is #29EA23. Grayscale: #646464. Windows color (decimal): -2746916 or 14423510. OLE color: 14423510.

HSL color Cylindrical-coordinate representation of color #D615DC: hue angle of 298.19º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D615DC is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 21 220 -
CMYK 0.03 0.90 0 0.14
HSL 298.19º 0.83% 0.47% -
HSV(B) 298.19º 0.9% 0.86% -
XYZ 40.92 20 69.41 -
YUV 101.39 194.94 208.32 -
System Red Green Blue C M Y K H S L
Decimal 214 21 220 0.03 0.90 0 0.14 298.19 0.83 0.47
Hex D6 15 DC 3 5A 0 E 12A 53 2F
Octal 326 25 334 3 132 0 16 452 123 57
Binary 11010110 10101 11011100 11 1011010 0 1110 100101010 1010011 101111

Color Harmonies of #D615DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D615DC

Black with #D615DC

Text Example


Text Example

White with #D615DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D615DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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