Html Css Color HEX #D61CDF Deep Magenta

📋 copy color: '#D61CDF'

red 214 ◦ green 28 ◦ blue 223

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

Shades of Deep Magenta #D61CDF

Tints of Deep Magenta #D61CDF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.02%

 BLUE value IS 223 (87.5% from 255) = 47.96%

R = 46.02%
G = 6.02%
B = 47.96%

CMYK

 C value IS 0.04

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D61CDF (or 0xD61CDF) is known color: Deep Magenta. HEX triplet: D6, 1C and DF. RGB value is (214,28,223). Sum of RGB (Red+Green+Blue) = 214+28+223=465 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.02% from 465); Green value is 28 (11.33% from 255 or 6.02% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #D61CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61CDF is #29E320. Grayscale: #696969. Windows color (decimal): -2745121 or 14621910. OLE color: 14621910.

HSL color Cylindrical-coordinate representation of color #D61CDF: hue angle of 297.23º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D61CDF is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 28 223 -
CMYK 0.04 0.87 0 0.13
HSL 297.23º 0.78% 0.49% -
HSV(B) 297.23º 0.87% 0.87% -
XYZ 41.47 20.45 71.57 -
YUV 105.84 194.12 205.14 -
System Red Green Blue C M Y K H S L
Decimal 214 28 223 0.04 0.87 0 0.13 297.23 0.78 0.49
Hex D6 1C DF 4 57 0 D 129 4E 31
Octal 326 34 337 4 127 0 15 451 116 61
Binary 11010110 11100 11011111 100 1010111 0 1101 100101001 1001110 110001

Color Harmonies of #D61CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61CDF

Black with #D61CDF

Text Example


Text Example

White with #D61CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61CDF; }

 p { color: rgb(214,28,223); }

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

background-color css

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

 a { background-color: rgb(214,28,223); }

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

border-color css

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

 span { border-color: rgb(214,28,223); }

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