Html Css Color HEX #D713CA Deep Magenta

📋 copy color: '#D713CA'

red 215 ◦ green 19 ◦ blue 202

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

Shades of Deep Magenta #D713CA

Tints of Deep Magenta #D713CA

RGB

 RED value IS 215 (84.38% from 255) = 49.31%

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

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

R = 49.31%
G = 4.36%
B = 46.33%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D713CA (or 0xD713CA) is known color: Deep Magenta. HEX triplet: D7, 13 and CA. RGB value is (215,19,202). Sum of RGB (Red+Green+Blue) = 215+19+202=436 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.31% from 436); Green value is 19 (7.81% from 255 or 4.36% from 436); Blue value is 202 (79.30% from 255 or 46.33% from 436); Max value from RGB is 215 - color contains mainly: red. Hex color #D713CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D713CA is #28EC35. Grayscale: #616161. Windows color (decimal): -2681910 or 13243351. OLE color: 13243351.

HSL color Cylindrical-coordinate representation of color #D713CA: hue angle of 303.98º 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 #D713CA is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 19 202 -
CMYK 0 0.91 0.06 0.16
HSL 303.98º 0.84% 0.46% -
HSV(B) 303.98º 0.91% 0.84% -
XYZ 38.92 19.18 57.53 -
YUV 98.47 186.43 211.12 -
System Red Green Blue C M Y K H S L
Decimal 215 19 202 0 0.91 0.06 0.16 303.98 0.84 0.46
Hex D7 13 CA 0 5B 6 10 130 54 2E
Octal 327 23 312 0 133 6 20 460 124 56
Binary 11010111 10011 11001010 0 1011011 110 10000 100110000 1010100 101110

Color Harmonies of #D713CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D713CA

Black with #D713CA

Text Example


Text Example

White with #D713CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D713CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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