Html Css Color HEX #D713C4 Deep Magenta

📋 copy color: '#D713C4'

red 215 ◦ green 19 ◦ blue 196

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

Shades of Deep Magenta #D713C4

Tints of Deep Magenta #D713C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 45.58%

R = 50%
G = 4.42%
B = 45.58%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D713C4 (or 0xD713C4) is known color: Deep Magenta. HEX triplet: D7, 13 and C4. RGB value is (215,19,196). Sum of RGB (Red+Green+Blue) = 215+19+196=430 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50% from 430); Green value is 19 (7.81% from 255 or 4.42% from 430); Blue value is 196 (76.95% from 255 or 45.58% from 430); Max value from RGB is 215 - color contains mainly: red. Hex color #D713C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D713C4 is #28EC3B. Grayscale: #616161. Windows color (decimal): -2681916 or 12850135. OLE color: 12850135.

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

Color convert

RGB 215 19 196 -
CMYK 0 0.91 0.09 0.16
HSL 305.82º 0.84% 0.46% -
HSV(B) 305.82º 0.91% 0.84% -
XYZ 38.22 18.9 53.86 -
YUV 97.78 183.43 211.61 -
System Red Green Blue C M Y K H S L
Decimal 215 19 196 0 0.91 0.09 0.16 305.82 0.84 0.46
Hex D7 13 C4 0 5B 9 10 132 54 2E
Octal 327 23 304 0 133 11 20 462 124 56
Binary 11010111 10011 11000100 0 1011011 1001 10000 100110010 1010100 101110

Color Harmonies of #D713C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D713C4

Black with #D713C4

Text Example


Text Example

White with #D713C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D713C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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