Html Css Color HEX #D61BBA Deep Magenta

📋 copy color: '#D61BBA'

red 214 ◦ green 27 ◦ blue 186

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

Shades of Deep Magenta #D61BBA

Tints of Deep Magenta #D61BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.56%

R = 50.12%
G = 6.32%
B = 43.56%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D61BBA (or 0xD61BBA) is known color: Deep Magenta. HEX triplet: D6, 1B and BA. RGB value is (214,27,186). Sum of RGB (Red+Green+Blue) = 214+27+186=427 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.12% from 427); Green value is 27 (10.94% from 255 or 6.32% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 214 - color contains mainly: red. Hex color #D61BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61BBA is #29E445. Grayscale: #646464. Windows color (decimal): -2745414 or 12196822. OLE color: 12196822.

HSL color Cylindrical-coordinate representation of color #D61BBA: hue angle of 308.98º 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 #D61BBA is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 27 186 -
CMYK 0 0.87 0.13 0.16
HSL 308.98º 0.78% 0.47% -
HSV(B) 308.98º 0.87% 0.84% -
XYZ 36.99 18.63 48.1 -
YUV 101.04 175.95 208.57 -
System Red Green Blue C M Y K H S L
Decimal 214 27 186 0 0.87 0.13 0.16 308.98 0.78 0.47
Hex D6 1B BA 0 57 D 10 135 4E 2F
Octal 326 33 272 0 127 15 20 465 116 57
Binary 11010110 11011 10111010 0 1010111 1101 10000 100110101 1001110 101111

Color Harmonies of #D61BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61BBA

Black with #D61BBA

Text Example


Text Example

White with #D61BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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