Html Css Color HEX #D615DF Deep Magenta

📋 copy color: '#D615DF'

red 214 ◦ green 21 ◦ blue 223

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

Shades of Deep Magenta #D615DF

Tints of Deep Magenta #D615DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.69%

R = 46.72%
G = 4.59%
B = 48.69%

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

#D615DF (or 0xD615DF) is known color: Deep Magenta. HEX triplet: D6, 15 and DF. RGB value is (214,21,223). Sum of RGB (Red+Green+Blue) = 214+21+223=458 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.72% from 458); Green value is 21 (8.59% from 255 or 4.59% from 458); Blue value is 223 (87.5% from 255 or 48.69% from 458); Max value from RGB is 223 - color contains mainly: blue. Hex color #D615DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D615DF is #29EA20. Grayscale: #656565. Windows color (decimal): -2746913 or 14620118. OLE color: 14620118.

HSL color Cylindrical-coordinate representation of color #D615DF: hue angle of 297.33º 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 #D615DF is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 21 223 -
CMYK 0.04 0.91 0 0.13
HSL 297.33º 0.83% 0.48% -
HSV(B) 297.33º 0.91% 0.87% -
XYZ 41.32 20.16 71.53 -
YUV 101.74 196.44 208.07 -
System Red Green Blue C M Y K H S L
Decimal 214 21 223 0.04 0.91 0 0.13 297.33 0.83 0.48
Hex D6 15 DF 4 5B 0 D 129 53 30
Octal 326 25 337 4 133 0 15 451 123 60
Binary 11010110 10101 11011111 100 1011011 0 1101 100101001 1010011 110000

Color Harmonies of #D615DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D615DF

Black with #D615DF

Text Example


Text Example

White with #D615DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D615DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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