Html Css Color HEX #D61CE0 Deep Magenta

📋 copy color: '#D61CE0'

red 214 ◦ green 28 ◦ blue 224

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

Shades of Deep Magenta #D61CE0

Tints of Deep Magenta #D61CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 48.07%

R = 45.92%
G = 6.01%
B = 48.07%

CMYK

 C value IS 0.04

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D61CE0 (or 0xD61CE0) is known color: Deep Magenta. HEX triplet: D6, 1C and E0. RGB value is (214,28,224). Sum of RGB (Red+Green+Blue) = 214+28+224=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 28 (11.33% from 255 or 6.01% from 466); Blue value is 224 (87.89% from 255 or 48.07% from 466); Max value from RGB is 224 - color contains mainly: blue. Hex color #D61CE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61CE0 is #29E31F. Grayscale: #696969. Windows color (decimal): -2745120 or 14687446. OLE color: 14687446.

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

Color convert

RGB 214 28 224 -
CMYK 0.04 0.88 0 0.12
HSL 296.94º 0.78% 0.49% -
HSV(B) 296.94º 0.88% 0.88% -
XYZ 41.6 20.51 72.29 -
YUV 105.96 194.62 205.06 -
System Red Green Blue C M Y K H S L
Decimal 214 28 224 0.04 0.88 0 0.12 296.94 0.78 0.49
Hex D6 1C E0 4 58 0 C 129 4E 31
Octal 326 34 340 4 130 0 14 451 116 61
Binary 11010110 11100 11100000 100 1011000 0 1100 100101001 1001110 110001

Color Harmonies of #D61CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61CE0

Black with #D61CE0

Text Example


Text Example

White with #D61CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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