Html Css Color HEX #D514CD Deep Magenta

📋 copy color: '#D514CD'

red 213 ◦ green 20 ◦ blue 205

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

Shades of Deep Magenta #D514CD

Tints of Deep Magenta #D514CD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.57%

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

R = 48.63%
G = 4.57%
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

#D514CD (or 0xD514CD) is known color: Deep Magenta. HEX triplet: D5, 14 and CD. RGB value is (213,20,205). Sum of RGB (Red+Green+Blue) = 213+20+205=438 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.63% from 438); Green value is 20 (8.20% from 255 or 4.57% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 213 - color contains mainly: red. Hex color #D514CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D514CD is #2AEB32. Grayscale: #626262. Windows color (decimal): -2812723 or 13440213. OLE color: 13440213.

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

Color convert

RGB 213 20 205 -
CMYK 0 0.91 0.04 0.16
HSL 302.49º 0.83% 0.46% -
HSV(B) 302.49º 0.91% 0.84% -
XYZ 38.71 19.05 59.4 -
YUV 98.8 187.94 209.46 -
System Red Green Blue C M Y K H S L
Decimal 213 20 205 0 0.91 0.04 0.16 302.49 0.83 0.46
Hex D5 14 CD 0 5B 4 10 12E 53 2E
Octal 325 24 315 0 133 4 20 456 123 56
Binary 11010101 10100 11001101 0 1011011 100 10000 100101110 1010011 101110

Color Harmonies of #D514CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D514CD

Black with #D514CD

Text Example


Text Example

White with #D514CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D514CD; }

 p { color: rgb(213,20,205); }

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

background-color css

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

 a { background-color: rgb(213,20,205); }

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

border-color css

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

 span { border-color: rgb(213,20,205); }

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