Html Css Color HEX #D61AB3 Deep Magenta

📋 copy color: '#D61AB3'

red 214 ◦ green 26 ◦ blue 179

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

Shades of Deep Magenta #D61AB3

Tints of Deep Magenta #D61AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 42.72%

R = 51.07%
G = 6.21%
B = 42.72%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D61AB3 (or 0xD61AB3) is known color: Deep Magenta. HEX triplet: D6, 1A and B3. RGB value is (214,26,179). Sum of RGB (Red+Green+Blue) = 214+26+179=419 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.07% from 419); Green value is 26 (10.55% from 255 or 6.21% from 419); Blue value is 179 (70.31% from 255 or 42.72% from 419); Max value from RGB is 214 - color contains mainly: red. Hex color #D61AB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61AB3 is #29E54C. Grayscale: #636363. Windows color (decimal): -2745677 or 11737814. OLE color: 11737814.

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

Color convert

RGB 214 26 179 -
CMYK 0 0.88 0.16 0.16
HSL 311.17º 0.78% 0.47% -
HSV(B) 311.17º 0.88% 0.84% -
XYZ 36.24 18.29 44.27 -
YUV 99.65 172.78 209.56 -
System Red Green Blue C M Y K H S L
Decimal 214 26 179 0 0.88 0.16 0.16 311.17 0.78 0.47
Hex D6 1A B3 0 58 10 10 137 4E 2F
Octal 326 32 263 0 130 20 20 467 116 57
Binary 11010110 11010 10110011 0 1011000 10000 10000 100110111 1001110 101111

Color Harmonies of #D61AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61AB3

Black with #D61AB3

Text Example


Text Example

White with #D61AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61AB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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