Html Css Color HEX #D61BDA Deep Magenta

📋 copy color: '#D61BDA'

red 214 ◦ green 27 ◦ blue 218

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

Shades of Deep Magenta #D61BDA

Tints of Deep Magenta #D61BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.49%

R = 46.62%
G = 5.88%
B = 47.49%

CMYK

 C value IS 0.02

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D61BDA (or 0xD61BDA) is known color: Deep Magenta. HEX triplet: D6, 1B and DA. RGB value is (214,27,218). Sum of RGB (Red+Green+Blue) = 214+27+218=459 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.62% from 459); Green value is 27 (10.94% from 255 or 5.88% from 459); Blue value is 218 (85.55% from 255 or 47.49% from 459); Max value from RGB is 218 - color contains mainly: blue. Hex color #D61BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61BDA is #29E425. Grayscale: #686868. Windows color (decimal): -2745382 or 14293974. OLE color: 14293974.

HSL color Cylindrical-coordinate representation of color #D61BDA: hue angle of 298.74º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D61BDA is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 214 27 218 -
CMYK 0.02 0.88 0 0.15
HSL 298.74º 0.78% 0.48% -
HSV(B) 298.74º 0.88% 0.85% -
XYZ 40.78 20.14 68.07 -
YUV 104.69 191.95 205.97 -
System Red Green Blue C M Y K H S L
Decimal 214 27 218 0.02 0.88 0 0.15 298.74 0.78 0.48
Hex D6 1B DA 2 58 0 F 12B 4E 30
Octal 326 33 332 2 130 0 17 453 116 60
Binary 11010110 11011 11011010 10 1011000 0 1111 100101011 1001110 110000

Color Harmonies of #D61BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61BDA

Black with #D61BDA

Text Example


Text Example

White with #D61BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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