Html Css Color HEX #D617DA Deep Magenta

📋 copy color: '#D617DA'

red 214 ◦ green 23 ◦ blue 218

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

Shades of Deep Magenta #D617DA

Tints of Deep Magenta #D617DA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.05%

 BLUE value IS 218 (85.55% from 255) = 47.91%

R = 47.03%
G = 5.05%
B = 47.91%

CMYK

 C value IS 0.02

 M value IS 0.89

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D617DA (or 0xD617DA) is known color: Deep Magenta. HEX triplet: D6, 17 and DA. RGB value is (214,23,218). Sum of RGB (Red+Green+Blue) = 214+23+218=455 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.03% from 455); Green value is 23 (9.38% from 255 or 5.05% from 455); Blue value is 218 (85.55% from 255 or 47.91% from 455); Max value from RGB is 218 - color contains mainly: blue. Hex color #D617DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D617DA is #29E825. Grayscale: #656565. Windows color (decimal): -2746406 or 14292950. OLE color: 14292950.

HSL color Cylindrical-coordinate representation of color #D617DA: hue angle of 298.77º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D617DA is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 214 23 218 -
CMYK 0.02 0.89 0 0.15
HSL 298.77º 0.81% 0.47% -
HSV(B) 298.77º 0.89% 0.85% -
XYZ 40.69 19.97 68.04 -
YUV 102.34 193.28 207.64 -
System Red Green Blue C M Y K H S L
Decimal 214 23 218 0.02 0.89 0 0.15 298.77 0.81 0.47
Hex D6 17 DA 2 59 0 F 12B 51 2F
Octal 326 27 332 2 131 0 17 453 121 57
Binary 11010110 10111 11011010 10 1011001 0 1111 100101011 1010001 101111

Color Harmonies of #D617DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D617DA

Black with #D617DA

Text Example


Text Example

White with #D617DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D617DA; }

 p { color: rgb(214,23,218); }

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

background-color css

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

 a { background-color: rgb(214,23,218); }

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

border-color css

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

 span { border-color: rgb(214,23,218); }

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