Html Css Color HEX #D513CF Deep Magenta

📋 copy color: '#D513CF'

red 213 ◦ green 19 ◦ blue 207

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

Shades of Deep Magenta #D513CF

Tints of Deep Magenta #D513CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.15%

R = 48.52%
G = 4.33%
B = 47.15%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D513CF (or 0xD513CF) is known color: Deep Magenta. HEX triplet: D5, 13 and CF. RGB value is (213,19,207). Sum of RGB (Red+Green+Blue) = 213+19+207=439 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.52% from 439); Green value is 19 (7.81% from 255 or 4.33% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 213 - color contains mainly: red. Hex color #D513CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D513CF is #2AEC30. Grayscale: #616161. Windows color (decimal): -2812977 or 13571029. OLE color: 13571029.

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

Color convert

RGB 213 19 207 -
CMYK 0 0.91 0.03 0.16
HSL 301.86º 0.84% 0.45% -
HSV(B) 301.86º 0.91% 0.84% -
XYZ 38.94 19.12 60.67 -
YUV 98.44 189.27 209.71 -
System Red Green Blue C M Y K H S L
Decimal 213 19 207 0 0.91 0.03 0.16 301.86 0.84 0.45
Hex D5 13 CF 0 5B 3 10 12E 54 2D
Octal 325 23 317 0 133 3 20 456 124 55
Binary 11010101 10011 11001111 0 1011011 11 10000 100101110 1010100 101101

Color Harmonies of #D513CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D513CF

Black with #D513CF

Text Example


Text Example

White with #D513CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D513CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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