Html Css Color HEX #D61FC6 Deep Magenta

📋 copy color: '#D61FC6'

red 214 ◦ green 31 ◦ blue 198

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

Shades of Deep Magenta #D61FC6

Tints of Deep Magenta #D61FC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 44.7%

R = 48.31%
G = 7%
B = 44.7%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D61FC6 (or 0xD61FC6) is known color: Deep Magenta. HEX triplet: D6, 1F and C6. RGB value is (214,31,198). Sum of RGB (Red+Green+Blue) = 214+31+198=443 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.31% from 443); Green value is 31 (12.5% from 255 or 7.00% from 443); Blue value is 198 (77.73% from 255 or 44.70% from 443); Max value from RGB is 214 - color contains mainly: red. Hex color #D61FC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61FC6 is #29E039. Grayscale: #686868. Windows color (decimal): -2744378 or 12984278. OLE color: 12984278.

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

Color convert

RGB 214 31 198 -
CMYK 0 0.86 0.07 0.16
HSL 305.25º 0.75% 0.48% -
HSV(B) 305.25º 0.86% 0.84% -
XYZ 38.41 19.35 55.14 -
YUV 104.76 180.63 205.92 -
System Red Green Blue C M Y K H S L
Decimal 214 31 198 0 0.86 0.07 0.16 305.25 0.75 0.48
Hex D6 1F C6 0 56 7 10 131 4B 30
Octal 326 37 306 0 126 7 20 461 113 60
Binary 11010110 11111 11000110 0 1010110 111 10000 100110001 1001011 110000

Color Harmonies of #D61FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61FC6

Black with #D61FC6

Text Example


Text Example

White with #D61FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61FC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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