Html Css Color HEX #D61BE1 Deep Magenta

📋 copy color: '#D61BE1'

red 214 ◦ green 27 ◦ blue 225

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

Shades of Deep Magenta #D61BE1

Tints of Deep Magenta #D61BE1

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.79%

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

R = 45.92%
G = 5.79%
B = 48.28%

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

#D61BE1 (or 0xD61BE1) is known color: Deep Magenta. HEX triplet: D6, 1B and E1. RGB value is (214,27,225). Sum of RGB (Red+Green+Blue) = 214+27+225=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 27 (10.94% from 255 or 5.79% from 466); Blue value is 225 (88.28% from 255 or 48.28% from 466); Max value from RGB is 225 - color contains mainly: blue. Hex color #D61BE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61BE1 is #29E41E. Grayscale: #686868. Windows color (decimal): -2745375 or 14752726. OLE color: 14752726.

HSL color Cylindrical-coordinate representation of color #D61BE1: hue angle of 296.67º degrees, saturation: 0.79, 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 #D61BE1 is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 214 27 225 -
CMYK 0.05 0.88 0 0.12
HSL 296.67º 0.79% 0.49% -
HSV(B) 296.67º 0.88% 0.88% -
XYZ 41.71 20.52 73 -
YUV 105.49 195.45 205.4 -
System Red Green Blue C M Y K H S L
Decimal 214 27 225 0.05 0.88 0 0.12 296.67 0.79 0.49
Hex D6 1B E1 5 58 0 C 129 4F 31
Octal 326 33 341 5 130 0 14 451 117 61
Binary 11010110 11011 11100001 101 1011000 0 1100 100101001 1001111 110001

Color Harmonies of #D61BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61BE1

Black with #D61BE1

Text Example


Text Example

White with #D61BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61BE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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