Html Css Color HEX #D61AB2 Deep Magenta

📋 copy color: '#D61AB2'

red 214 ◦ green 26 ◦ blue 178

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

Shades of Deep Magenta #D61AB2

Tints of Deep Magenta #D61AB2

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.22%

 BLUE value IS 178 (69.92% from 255) = 42.58%

R = 51.2%
G = 6.22%
B = 42.58%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D61AB2 (or 0xD61AB2) is known color: Deep Magenta. HEX triplet: D6, 1A and B2. RGB value is (214,26,178). Sum of RGB (Red+Green+Blue) = 214+26+178=418 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.20% from 418); Green value is 26 (10.55% from 255 or 6.22% from 418); Blue value is 178 (69.92% from 255 or 42.58% from 418); Max value from RGB is 214 - color contains mainly: red. Hex color #D61AB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61AB2 is #29E54D. Grayscale: #636363. Windows color (decimal): -2745678 or 11672278. OLE color: 11672278.

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

Color convert

RGB 214 26 178 -
CMYK 0 0.88 0.17 0.16
HSL 311.49º 0.78% 0.47% -
HSV(B) 311.49º 0.88% 0.84% -
XYZ 36.14 18.25 43.74 -
YUV 99.54 172.28 209.64 -
System Red Green Blue C M Y K H S L
Decimal 214 26 178 0 0.88 0.17 0.16 311.49 0.78 0.47
Hex D6 1A B2 0 58 11 10 137 4E 2F
Octal 326 32 262 0 130 21 20 467 116 57
Binary 11010110 11010 10110010 0 1011000 10001 10000 100110111 1001110 101111

Color Harmonies of #D61AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61AB2

Black with #D61AB2

Text Example


Text Example

White with #D61AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61AB2; }

 p { color: rgb(214,26,178); }

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

background-color css

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

 a { background-color: rgb(214,26,178); }

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

border-color css

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

 span { border-color: rgb(214,26,178); }

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