Html Css Color HEX #D61FCF Deep Magenta

📋 copy color: '#D61FCF'

red 214 ◦ green 31 ◦ blue 207

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

Shades of Deep Magenta #D61FCF

Tints of Deep Magenta #D61FCF

RGB

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

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

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

R = 47.35%
G = 6.86%
B = 45.8%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D61FCF (or 0xD61FCF) is known color: Deep Magenta. HEX triplet: D6, 1F and CF. RGB value is (214,31,207). Sum of RGB (Red+Green+Blue) = 214+31+207=452 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.35% from 452); Green value is 31 (12.5% from 255 or 6.86% from 452); Blue value is 207 (81.25% from 255 or 45.80% from 452); Max value from RGB is 214 - color contains mainly: red. Hex color #D61FCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61FCF is #29E030. Grayscale: #696969. Windows color (decimal): -2744369 or 13574102. OLE color: 13574102.

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

Color convert

RGB 214 31 207 -
CMYK 0 0.86 0.03 0.16
HSL 302.3º 0.75% 0.48% -
HSV(B) 302.3º 0.86% 0.84% -
XYZ 39.48 19.78 60.77 -
YUV 105.78 185.13 205.19 -
System Red Green Blue C M Y K H S L
Decimal 214 31 207 0 0.86 0.03 0.16 302.3 0.75 0.48
Hex D6 1F CF 0 56 3 10 12E 4B 30
Octal 326 37 317 0 126 3 20 456 113 60
Binary 11010110 11111 11001111 0 1010110 11 10000 100101110 1001011 110000

Color Harmonies of #D61FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61FCF

Black with #D61FCF

Text Example


Text Example

White with #D61FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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