Html Css Color HEX #D713CF Deep Magenta

📋 copy color: '#D713CF'

red 215 ◦ green 19 ◦ blue 207

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

Shades of Deep Magenta #D713CF

Tints of Deep Magenta #D713CF

RGB

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

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

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

R = 48.75%
G = 4.31%
B = 46.94%

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

#D713CF (or 0xD713CF) is known color: Deep Magenta. HEX triplet: D7, 13 and CF. RGB value is (215,19,207). Sum of RGB (Red+Green+Blue) = 215+19+207=441 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.75% from 441); Green value is 19 (7.81% from 255 or 4.31% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 215 - color contains mainly: red. Hex color #D713CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D713CF is #28EC30. Grayscale: #626262. Windows color (decimal): -2681905 or 13571031. OLE color: 13571031.

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

Color convert

RGB 215 19 207 -
CMYK 0 0.91 0.04 0.16
HSL 302.45º 0.84% 0.46% -
HSV(B) 302.45º 0.91% 0.84% -
XYZ 39.52 19.42 60.7 -
YUV 99.04 188.93 210.71 -
System Red Green Blue C M Y K H S L
Decimal 215 19 207 0 0.91 0.04 0.16 302.45 0.84 0.46
Hex D7 13 CF 0 5B 4 10 12E 54 2E
Octal 327 23 317 0 133 4 20 456 124 56
Binary 11010111 10011 11001111 0 1011011 100 10000 100101110 1010100 101110

Color Harmonies of #D713CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D713CF

Black with #D713CF

Text Example


Text Example

White with #D713CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D713CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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