Html Css Color HEX #D61CE1 Deep Magenta

📋 copy color: '#D61CE1'

red 214 ◦ green 28 ◦ blue 225

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

Shades of Deep Magenta #D61CE1

Tints of Deep Magenta #D61CE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 48.18%

R = 45.82%
G = 6%
B = 48.18%

CMYK

 C value IS 0.05

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D61CE1 (or 0xD61CE1) is known color: Deep Magenta. HEX triplet: D6, 1C and E1. RGB value is (214,28,225). Sum of RGB (Red+Green+Blue) = 214+28+225=467 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.82% from 467); Green value is 28 (11.33% from 255 or 6.00% from 467); Blue value is 225 (88.28% from 255 or 48.18% from 467); Max value from RGB is 225 - color contains mainly: blue. Hex color #D61CE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61CE1 is #29E31E. Grayscale: #696969. Windows color (decimal): -2745119 or 14752982. OLE color: 14752982.

HSL color Cylindrical-coordinate representation of color #D61CE1: hue angle of 296.65º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D61CE1 is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 214 28 225 -
CMYK 0.05 0.88 0 0.12
HSL 296.65º 0.78% 0.5% -
HSV(B) 296.65º 0.88% 0.88% -
XYZ 41.74 20.56 73 -
YUV 106.07 195.12 204.98 -
System Red Green Blue C M Y K H S L
Decimal 214 28 225 0.05 0.88 0 0.12 296.65 0.78 0.5
Hex D6 1C E1 5 58 0 C 129 4E 32
Octal 326 34 341 5 130 0 14 451 116 62
Binary 11010110 11100 11100001 101 1011000 0 1100 100101001 1001110 110010

Color Harmonies of #D61CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61CE1

Black with #D61CE1

Text Example


Text Example

White with #D61CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61CE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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