Html Css Color HEX #D613CD Deep Magenta

📋 copy color: '#D613CD'

red 214 ◦ green 19 ◦ blue 205

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

Shades of Deep Magenta #D613CD

Tints of Deep Magenta #D613CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.8%

R = 48.86%
G = 4.34%
B = 46.8%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D613CD (or 0xD613CD) is known color: Deep Magenta. HEX triplet: D6, 13 and CD. RGB value is (214,19,205). Sum of RGB (Red+Green+Blue) = 214+19+205=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 19 (7.81% from 255 or 4.34% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 214 - color contains mainly: red. Hex color #D613CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D613CD is #29EC32. Grayscale: #616161. Windows color (decimal): -2747443 or 13439958. OLE color: 13439958.

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

Color convert

RGB 214 19 205 -
CMYK 0 0.91 0.04 0.16
HSL 302.77º 0.84% 0.46% -
HSV(B) 302.77º 0.91% 0.84% -
XYZ 38.98 19.17 59.4 -
YUV 98.51 188.1 210.38 -
System Red Green Blue C M Y K H S L
Decimal 214 19 205 0 0.91 0.04 0.16 302.77 0.84 0.46
Hex D6 13 CD 0 5B 4 10 12F 54 2E
Octal 326 23 315 0 133 4 20 457 124 56
Binary 11010110 10011 11001101 0 1011011 100 10000 100101111 1010100 101110

Color Harmonies of #D613CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D613CD

Black with #D613CD

Text Example


Text Example

White with #D613CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D613CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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