Html Css Color HEX #D61BC5 Deep Magenta

📋 copy color: '#D61BC5'

red 214 ◦ green 27 ◦ blue 197

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

Shades of Deep Magenta #D61BC5

Tints of Deep Magenta #D61BC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 44.98%

R = 48.86%
G = 6.16%
B = 44.98%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D61BC5 (or 0xD61BC5) is known color: Deep Magenta. HEX triplet: D6, 1B and C5. RGB value is (214,27,197). Sum of RGB (Red+Green+Blue) = 214+27+197=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 27 (10.94% from 255 or 6.16% from 438); Blue value is 197 (77.34% from 255 or 44.98% from 438); Max value from RGB is 214 - color contains mainly: red. Hex color #D61BC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61BC5 is #29E43A. Grayscale: #656565. Windows color (decimal): -2745403 or 12917718. OLE color: 12917718.

HSL color Cylindrical-coordinate representation of color #D61BC5: hue angle of 305.45º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D61BC5 is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 27 197 -
CMYK 0 0.87 0.08 0.16
HSL 305.45º 0.78% 0.47% -
HSV(B) 305.45º 0.87% 0.84% -
XYZ 38.2 19.11 54.5 -
YUV 102.29 181.45 207.68 -
System Red Green Blue C M Y K H S L
Decimal 214 27 197 0 0.87 0.08 0.16 305.45 0.78 0.47
Hex D6 1B C5 0 57 8 10 131 4E 2F
Octal 326 33 305 0 127 10 20 461 116 57
Binary 11010110 11011 11000101 0 1010111 1000 10000 100110001 1001110 101111

Color Harmonies of #D61BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61BC5

Black with #D61BC5

Text Example


Text Example

White with #D61BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61BC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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