Html Css Color HEX #D61DB6 Deep Magenta

📋 copy color: '#D61DB6'

red 214 ◦ green 29 ◦ blue 182

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

Shades of Deep Magenta #D61DB6

Tints of Deep Magenta #D61DB6

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.82%

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

R = 50.35%
G = 6.82%
B = 42.82%

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

#D61DB6 (or 0xD61DB6) is known color: Deep Magenta. HEX triplet: D6, 1D and B6. RGB value is (214,29,182). Sum of RGB (Red+Green+Blue) = 214+29+182=425 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.35% from 425); Green value is 29 (11.72% from 255 or 6.82% from 425); Blue value is 182 (71.48% from 255 or 42.82% from 425); Max value from RGB is 214 - color contains mainly: red. Hex color #D61DB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61DB6 is #29E249. Grayscale: #656565. Windows color (decimal): -2744906 or 11935190. OLE color: 11935190.

HSL color Cylindrical-coordinate representation of color #D61DB6: hue angle of 310.38º degrees, saturation: 0.76, 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 #D61DB6 is Cyan = 0, Magento = 0.86, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 29 182 -
CMYK 0 0.86 0.15 0.16
HSL 310.38º 0.76% 0.48% -
HSV(B) 310.38º 0.86% 0.84% -
XYZ 36.61 18.55 45.91 -
YUV 101.76 173.29 208.06 -
System Red Green Blue C M Y K H S L
Decimal 214 29 182 0 0.86 0.15 0.16 310.38 0.76 0.48
Hex D6 1D B6 0 56 F 10 136 4C 30
Octal 326 35 266 0 126 17 20 466 114 60
Binary 11010110 11101 10110110 0 1010110 1111 10000 100110110 1001100 110000

Color Harmonies of #D61DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61DB6

Black with #D61DB6

Text Example


Text Example

White with #D61DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61DB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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