Html Css Color HEX #D613DD Deep Magenta

📋 copy color: '#D613DD'

red 214 ◦ green 19 ◦ blue 221

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

Shades of Deep Magenta #D613DD

Tints of Deep Magenta #D613DD

RGB

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

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

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

R = 47.14%
G = 4.19%
B = 48.68%

CMYK

 C value IS 0.03

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D613DD (or 0xD613DD) is known color: Deep Magenta. HEX triplet: D6, 13 and DD. RGB value is (214,19,221). Sum of RGB (Red+Green+Blue) = 214+19+221=454 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.14% from 454); Green value is 19 (7.81% from 255 or 4.19% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #D613DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D613DD is #29EC22. Grayscale: #636363. Windows color (decimal): -2747427 or 14488534. OLE color: 14488534.

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

Color convert

RGB 214 19 221 -
CMYK 0.03 0.91 0 0.13
HSL 297.92º 0.84% 0.47% -
HSV(B) 297.92º 0.91% 0.87% -
XYZ 41.02 19.98 70.1 -
YUV 100.33 196.1 209.07 -
System Red Green Blue C M Y K H S L
Decimal 214 19 221 0.03 0.91 0 0.13 297.92 0.84 0.47
Hex D6 13 DD 3 5B 0 D 12A 54 2F
Octal 326 23 335 3 133 0 15 452 124 57
Binary 11010110 10011 11011101 11 1011011 0 1101 100101010 1010100 101111

Color Harmonies of #D613DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D613DD

Black with #D613DD

Text Example


Text Example

White with #D613DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D613DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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