Html Css Color HEX #DA1FCE Deep Magenta

📋 copy color: '#DA1FCE'

red 218 ◦ green 31 ◦ blue 206

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

Shades of Deep Magenta #DA1FCE

Tints of Deep Magenta #DA1FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.27%

R = 47.91%
G = 6.81%
B = 45.27%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DA1FCE (or 0xDA1FCE) is known color: Deep Magenta. HEX triplet: DA, 1F and CE. RGB value is (218,31,206). Sum of RGB (Red+Green+Blue) = 218+31+206=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 31 (12.5% from 255 or 6.81% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1FCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA1FCE is #25E031. Grayscale: #6A6A6A. Windows color (decimal): -2482226 or 13508570. OLE color: 13508570.

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

Color convert

RGB 218 31 206 -
CMYK 0 0.86 0.06 0.15
HSL 303.85º 0.75% 0.49% -
HSV(B) 303.85º 0.86% 0.85% -
XYZ 40.54 20.34 60.18 -
YUV 106.86 183.95 207.27 -
System Red Green Blue C M Y K H S L
Decimal 218 31 206 0 0.86 0.06 0.15 303.85 0.75 0.49
Hex DA 1F CE 0 56 6 F 130 4B 31
Octal 332 37 316 0 126 6 17 460 113 61
Binary 11011010 11111 11001110 0 1010110 110 1111 100110000 1001011 110001

Color Harmonies of #DA1FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1FCE

Black with #DA1FCE

Text Example


Text Example

White with #DA1FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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