Html Css Color HEX #D61FC5 Deep Magenta

📋 copy color: '#D61FC5'

red 214 ◦ green 31 ◦ blue 197

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

Shades of Deep Magenta #D61FC5

Tints of Deep Magenta #D61FC5

RGB

 RED value IS 214 (83.98% from 255) = 48.42%

 GREEN value IS 31 (12.5% from 255) = 7.01%

 BLUE value IS 197 (77.34% from 255) = 44.57%

R = 48.42%
G = 7.01%
B = 44.57%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D61FC5 (or 0xD61FC5) is known color: Deep Magenta. HEX triplet: D6, 1F and C5. RGB value is (214,31,197). Sum of RGB (Red+Green+Blue) = 214+31+197=442 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.42% from 442); Green value is 31 (12.5% from 255 or 7.01% from 442); Blue value is 197 (77.34% from 255 or 44.57% from 442); Max value from RGB is 214 - color contains mainly: red. Hex color #D61FC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61FC5 is #29E03A. Grayscale: #686868. Windows color (decimal): -2744379 or 12918742. OLE color: 12918742.

HSL color Cylindrical-coordinate representation of color #D61FC5: hue angle of 305.57º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D61FC5 is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 31 197 -
CMYK 0 0.86 0.08 0.16
HSL 305.57º 0.75% 0.48% -
HSV(B) 305.57º 0.86% 0.84% -
XYZ 38.3 19.31 54.53 -
YUV 104.64 180.13 206 -
System Red Green Blue C M Y K H S L
Decimal 214 31 197 0 0.86 0.08 0.16 305.57 0.75 0.48
Hex D6 1F C5 0 56 8 10 132 4B 30
Octal 326 37 305 0 126 10 20 462 113 60
Binary 11010110 11111 11000101 0 1010110 1000 10000 100110010 1001011 110000

Color Harmonies of #D61FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61FC5

Black with #D61FC5

Text Example


Text Example

White with #D61FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61FC5; }

 p { color: rgb(214,31,197); }

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

background-color css

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

 a { background-color: rgb(214,31,197); }

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

border-color css

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

 span { border-color: rgb(214,31,197); }

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