Html Css Color HEX #D613DA Deep Magenta

📋 copy color: '#D613DA'

red 214 ◦ green 19 ◦ blue 218

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

Shades of Deep Magenta #D613DA

Tints of Deep Magenta #D613DA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.21%

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

R = 47.45%
G = 4.21%
B = 48.34%

CMYK

 C value IS 0.02

 M value IS 0.91

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D613DA (or 0xD613DA) is known color: Deep Magenta. HEX triplet: D6, 13 and DA. RGB value is (214,19,218). Sum of RGB (Red+Green+Blue) = 214+19+218=451 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.45% from 451); Green value is 19 (7.81% from 255 or 4.21% from 451); Blue value is 218 (85.55% from 255 or 48.34% from 451); Max value from RGB is 218 - color contains mainly: blue. Hex color #D613DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D613DA is #29EC25. Grayscale: #636363. Windows color (decimal): -2747430 or 14291926. OLE color: 14291926.

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

Color convert

RGB 214 19 218 -
CMYK 0.02 0.91 0 0.15
HSL 298.79º 0.84% 0.46% -
HSV(B) 298.79º 0.91% 0.85% -
XYZ 40.62 19.82 68.02 -
YUV 99.99 194.6 209.32 -
System Red Green Blue C M Y K H S L
Decimal 214 19 218 0.02 0.91 0 0.15 298.79 0.84 0.46
Hex D6 13 DA 2 5B 0 F 12B 54 2E
Octal 326 23 332 2 133 0 17 453 124 56
Binary 11010110 10011 11011010 10 1011011 0 1111 100101011 1010100 101110

Color Harmonies of #D613DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D613DA

Black with #D613DA

Text Example


Text Example

White with #D613DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D613DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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