Html Css Color HEX #D61EB6 Deep Magenta

📋 copy color: '#D61EB6'

red 214 ◦ green 30 ◦ blue 182

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

Shades of Deep Magenta #D61EB6

Tints of Deep Magenta #D61EB6

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.04%

 BLUE value IS 182 (71.48% from 255) = 42.72%

R = 50.23%
G = 7.04%
B = 42.72%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D61EB6 (or 0xD61EB6) is known color: Deep Magenta. HEX triplet: D6, 1E and B6. RGB value is (214,30,182). Sum of RGB (Red+Green+Blue) = 214+30+182=426 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.23% from 426); Green value is 30 (12.11% from 255 or 7.04% from 426); Blue value is 182 (71.48% from 255 or 42.72% from 426); Max value from RGB is 214 - color contains mainly: red. Hex color #D61EB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61EB6 is #29E149. Grayscale: #656565. Windows color (decimal): -2744650 or 11935446. OLE color: 11935446.

HSL color Cylindrical-coordinate representation of color #D61EB6: hue angle of 310.43º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D61EB6 is Cyan = 0, Magento = 0.86, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 30 182 -
CMYK 0 0.86 0.15 0.16
HSL 310.43º 0.75% 0.48% -
HSV(B) 310.43º 0.86% 0.84% -
XYZ 36.64 18.6 45.92 -
YUV 102.34 172.96 207.64 -
System Red Green Blue C M Y K H S L
Decimal 214 30 182 0 0.86 0.15 0.16 310.43 0.75 0.48
Hex D6 1E B6 0 56 F 10 136 4B 30
Octal 326 36 266 0 126 17 20 466 113 60
Binary 11010110 11110 10110110 0 1010110 1111 10000 100110110 1001011 110000

Color Harmonies of #D61EB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61EB6

Black with #D61EB6

Text Example


Text Example

White with #D61EB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61EB6; }

 p { color: rgb(214,30,182); }

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

background-color css

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

 a { background-color: rgb(214,30,182); }

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

border-color css

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

 span { border-color: rgb(214,30,182); }

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