Html Css Color HEX #DA1FC6 Deep Magenta

📋 copy color: '#DA1FC6'

red 218 ◦ green 31 ◦ blue 198

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

Shades of Deep Magenta #DA1FC6

Tints of Deep Magenta #DA1FC6

RGB

 RED value IS 218 (85.55% from 255) = 48.77%

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

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

R = 48.77%
G = 6.94%
B = 44.3%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#DA1FC6 (or 0xDA1FC6) is known color: Deep Magenta. HEX triplet: DA, 1F and C6. RGB value is (218,31,198). Sum of RGB (Red+Green+Blue) = 218+31+198=447 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.77% from 447); Green value is 31 (12.5% from 255 or 6.94% from 447); Blue value is 198 (77.73% from 255 or 44.30% from 447); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1FC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA1FC6 is #25E039. Grayscale: #696969. Windows color (decimal): -2482234 or 12984282. OLE color: 12984282.

HSL color Cylindrical-coordinate representation of color #DA1FC6: hue angle of 306.42º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DA1FC6 is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 31 198 -
CMYK 0 0.86 0.09 0.15
HSL 306.42º 0.75% 0.49% -
HSV(B) 306.42º 0.86% 0.85% -
XYZ 39.6 19.96 55.19 -
YUV 105.95 179.95 207.92 -
System Red Green Blue C M Y K H S L
Decimal 218 31 198 0 0.86 0.09 0.15 306.42 0.75 0.49
Hex DA 1F C6 0 56 9 F 132 4B 31
Octal 332 37 306 0 126 11 17 462 113 61
Binary 11011010 11111 11000110 0 1010110 1001 1111 100110010 1001011 110001

Color Harmonies of #DA1FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1FC6

Black with #DA1FC6

Text Example


Text Example

White with #DA1FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1FC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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