Html Css Color HEX #D513CA Deep Magenta

📋 copy color: '#D513CA'

red 213 ◦ green 19 ◦ blue 202

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

Shades of Deep Magenta #D513CA

Tints of Deep Magenta #D513CA

RGB

 RED value IS 213 (83.59% from 255) = 49.08%

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

 BLUE value IS 202 (79.3% from 255) = 46.54%

R = 49.08%
G = 4.38%
B = 46.54%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D513CA (or 0xD513CA) is known color: Deep Magenta. HEX triplet: D5, 13 and CA. RGB value is (213,19,202). Sum of RGB (Red+Green+Blue) = 213+19+202=434 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.08% from 434); Green value is 19 (7.81% from 255 or 4.38% from 434); Blue value is 202 (79.30% from 255 or 46.54% from 434); Max value from RGB is 213 - color contains mainly: red. Hex color #D513CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D513CA is #2AEC35. Grayscale: #616161. Windows color (decimal): -2812982 or 13243349. OLE color: 13243349.

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

Color convert

RGB 213 19 202 -
CMYK 0 0.91 0.05 0.16
HSL 303.4º 0.84% 0.45% -
HSV(B) 303.4º 0.91% 0.84% -
XYZ 38.33 18.88 57.5 -
YUV 97.87 186.77 210.12 -
System Red Green Blue C M Y K H S L
Decimal 213 19 202 0 0.91 0.05 0.16 303.4 0.84 0.45
Hex D5 13 CA 0 5B 5 10 12F 54 2D
Octal 325 23 312 0 133 5 20 457 124 55
Binary 11010101 10011 11001010 0 1011011 101 10000 100101111 1010100 101101

Color Harmonies of #D513CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D513CA

Black with #D513CA

Text Example


Text Example

White with #D513CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D513CA; }

 p { color: rgb(213,19,202); }

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

background-color css

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

 a { background-color: rgb(213,19,202); }

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

border-color css

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

 span { border-color: rgb(213,19,202); }

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