Html Css Color HEX #D619DA Deep Magenta

📋 copy color: '#D619DA'

red 214 ◦ green 25 ◦ blue 218

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

Shades of Deep Magenta #D619DA

Tints of Deep Magenta #D619DA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.47%

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

R = 46.83%
G = 5.47%
B = 47.7%

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

#D619DA (or 0xD619DA) is known color: Deep Magenta. HEX triplet: D6, 19 and DA. RGB value is (214,25,218). Sum of RGB (Red+Green+Blue) = 214+25+218=457 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.83% from 457); Green value is 25 (10.16% from 255 or 5.47% from 457); Blue value is 218 (85.55% from 255 or 47.70% from 457); Max value from RGB is 218 - color contains mainly: blue. Hex color #D619DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D619DA is #29E625. Grayscale: #666666. Windows color (decimal): -2745894 or 14293462. OLE color: 14293462.

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

Color convert

RGB 214 25 218 -
CMYK 0.02 0.89 0 0.15
HSL 298.76º 0.79% 0.48% -
HSV(B) 298.76º 0.89% 0.85% -
XYZ 40.73 20.05 68.05 -
YUV 103.51 192.62 206.81 -
System Red Green Blue C M Y K H S L
Decimal 214 25 218 0.02 0.89 0 0.15 298.76 0.79 0.48
Hex D6 19 DA 2 59 0 F 12B 4F 30
Octal 326 31 332 2 131 0 17 453 117 60
Binary 11010110 11001 11011010 10 1011001 0 1111 100101011 1001111 110000

Color Harmonies of #D619DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D619DA

Black with #D619DA

Text Example


Text Example

White with #D619DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D619DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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