Html Css Color HEX #D61AB8 Deep Magenta

📋 copy color: '#D61AB8'

red 214 ◦ green 26 ◦ blue 184

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

Shades of Deep Magenta #D61AB8

Tints of Deep Magenta #D61AB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 43.4%

R = 50.47%
G = 6.13%
B = 43.4%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D61AB8 (or 0xD61AB8) is known color: Deep Magenta. HEX triplet: D6, 1A and B8. RGB value is (214,26,184). Sum of RGB (Red+Green+Blue) = 214+26+184=424 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.47% from 424); Green value is 26 (10.55% from 255 or 6.13% from 424); Blue value is 184 (72.27% from 255 or 43.40% from 424); Max value from RGB is 214 - color contains mainly: red. Hex color #D61AB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61AB8 is #29E547. Grayscale: #636363. Windows color (decimal): -2745672 or 12065494. OLE color: 12065494.

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

Color convert

RGB 214 26 184 -
CMYK 0 0.88 0.14 0.16
HSL 309.57º 0.78% 0.47% -
HSV(B) 309.57º 0.88% 0.84% -
XYZ 36.75 18.5 46.98 -
YUV 100.22 175.28 209.15 -
System Red Green Blue C M Y K H S L
Decimal 214 26 184 0 0.88 0.14 0.16 309.57 0.78 0.47
Hex D6 1A B8 0 58 E 10 136 4E 2F
Octal 326 32 270 0 130 16 20 466 116 57
Binary 11010110 11010 10111000 0 1011000 1110 10000 100110110 1001110 101111

Color Harmonies of #D61AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61AB8

Black with #D61AB8

Text Example


Text Example

White with #D61AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61AB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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