Html Css Color HEX #D61FE4 Deep Magenta

📋 copy color: '#D61FE4'

red 214 ◦ green 31 ◦ blue 228

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

Shades of Deep Magenta #D61FE4

Tints of Deep Magenta #D61FE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 48.2%

R = 45.24%
G = 6.55%
B = 48.2%

CMYK

 C value IS 0.06

 M value IS 0.86

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D61FE4 (or 0xD61FE4) is known color: Deep Magenta. HEX triplet: D6, 1F and E4. RGB value is (214,31,228). Sum of RGB (Red+Green+Blue) = 214+31+228=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 31 (12.5% from 255 or 6.55% from 473); Blue value is 228 (89.45% from 255 or 48.20% from 473); Max value from RGB is 228 - color contains mainly: blue. Hex color #D61FE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61FE4 is #29E01B. Grayscale: #6B6B6B. Windows color (decimal): -2744348 or 14950358. OLE color: 14950358.

HSL color Cylindrical-coordinate representation of color #D61FE4: hue angle of 295.74º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D61FE4 is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 214 31 228 -
CMYK 0.06 0.86 0 0.11
HSL 295.74º 0.78% 0.51% -
HSV(B) 295.74º 0.86% 0.89% -
XYZ 42.23 20.88 75.2 -
YUV 108.18 195.63 203.48 -
System Red Green Blue C M Y K H S L
Decimal 214 31 228 0.06 0.86 0 0.11 295.74 0.78 0.51
Hex D6 1F E4 6 56 0 B 128 4E 33
Octal 326 37 344 6 126 0 13 450 116 63
Binary 11010110 11111 11100100 110 1010110 0 1011 100101000 1001110 110011

Color Harmonies of #D61FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61FE4

Black with #D61FE4

Text Example


Text Example

White with #D61FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61FE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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