Html Css Color HEX #D615DD Deep Magenta

📋 copy color: '#D615DD'

red 214 ◦ green 21 ◦ blue 221

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

Shades of Deep Magenta #D615DD

Tints of Deep Magenta #D615DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.46%

R = 46.93%
G = 4.61%
B = 48.46%

CMYK

 C value IS 0.03

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D615DD (or 0xD615DD) is known color: Deep Magenta. HEX triplet: D6, 15 and DD. RGB value is (214,21,221). Sum of RGB (Red+Green+Blue) = 214+21+221=456 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.93% from 456); Green value is 21 (8.59% from 255 or 4.61% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 221 - color contains mainly: blue. Hex color #D615DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D615DD is #29EA22. Grayscale: #646464. Windows color (decimal): -2746915 or 14489046. OLE color: 14489046.

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

Color convert

RGB 214 21 221 -
CMYK 0.03 0.90 0 0.13
HSL 297.9º 0.83% 0.47% -
HSV(B) 297.9º 0.9% 0.87% -
XYZ 41.05 20.05 70.11 -
YUV 101.51 195.44 208.24 -
System Red Green Blue C M Y K H S L
Decimal 214 21 221 0.03 0.90 0 0.13 297.9 0.83 0.47
Hex D6 15 DD 3 5A 0 D 12A 53 2F
Octal 326 25 335 3 132 0 15 452 123 57
Binary 11010110 10101 11011101 11 1011010 0 1101 100101010 1010011 101111

Color Harmonies of #D615DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D615DD

Black with #D615DD

Text Example


Text Example

White with #D615DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D615DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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