Html Css Color HEX #D61FCC Deep Magenta

📋 copy color: '#D61FCC'

red 214 ◦ green 31 ◦ blue 204

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

Shades of Deep Magenta #D61FCC

Tints of Deep Magenta #D61FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.43%

R = 47.66%
G = 6.9%
B = 45.43%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D61FCC (or 0xD61FCC) is known color: Deep Magenta. HEX triplet: D6, 1F and CC. RGB value is (214,31,204). Sum of RGB (Red+Green+Blue) = 214+31+204=449 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.66% from 449); Green value is 31 (12.5% from 255 or 6.90% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 214 - color contains mainly: red. Hex color #D61FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61FCC is #29E033. Grayscale: #686868. Windows color (decimal): -2744372 or 13377494. OLE color: 13377494.

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

Color convert

RGB 214 31 204 -
CMYK 0 0.86 0.05 0.16
HSL 303.28º 0.75% 0.48% -
HSV(B) 303.28º 0.86% 0.84% -
XYZ 39.12 19.64 58.85 -
YUV 105.44 183.63 205.43 -
System Red Green Blue C M Y K H S L
Decimal 214 31 204 0 0.86 0.05 0.16 303.28 0.75 0.48
Hex D6 1F CC 0 56 5 10 12F 4B 30
Octal 326 37 314 0 126 5 20 457 113 60
Binary 11010110 11111 11001100 0 1010110 101 10000 100101111 1001011 110000

Color Harmonies of #D61FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61FCC

Black with #D61FCC

Text Example


Text Example

White with #D61FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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