Html Css Color HEX #D61FCD Deep Magenta

📋 copy color: '#D61FCD'

red 214 ◦ green 31 ◦ blue 205

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

Shades of Deep Magenta #D61FCD

Tints of Deep Magenta #D61FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.56%

R = 47.56%
G = 6.89%
B = 45.56%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D61FCD (or 0xD61FCD) is known color: Deep Magenta. HEX triplet: D6, 1F and CD. RGB value is (214,31,205). Sum of RGB (Red+Green+Blue) = 214+31+205=450 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.56% from 450); Green value is 31 (12.5% from 255 or 6.89% from 450); Blue value is 205 (80.47% from 255 or 45.56% from 450); Max value from RGB is 214 - color contains mainly: red. Hex color #D61FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61FCD is #29E032. Grayscale: #696969. Windows color (decimal): -2744371 or 13443030. OLE color: 13443030.

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

Color convert

RGB 214 31 205 -
CMYK 0 0.86 0.04 0.16
HSL 302.95º 0.75% 0.48% -
HSV(B) 302.95º 0.86% 0.84% -
XYZ 39.24 19.68 59.49 -
YUV 105.55 184.13 205.35 -
System Red Green Blue C M Y K H S L
Decimal 214 31 205 0 0.86 0.04 0.16 302.95 0.75 0.48
Hex D6 1F CD 0 56 4 10 12F 4B 30
Octal 326 37 315 0 126 4 20 457 113 60
Binary 11010110 11111 11001101 0 1010110 100 10000 100101111 1001011 110000

Color Harmonies of #D61FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61FCD

Black with #D61FCD

Text Example


Text Example

White with #D61FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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