Html Css Color HEX #D61AD0 Deep Magenta

📋 copy color: '#D61AD0'

red 214 ◦ green 26 ◦ blue 208

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

Shades of Deep Magenta #D61AD0

Tints of Deep Magenta #D61AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 46.43%

R = 47.77%
G = 5.8%
B = 46.43%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D61AD0 (or 0xD61AD0) is known color: Deep Magenta. HEX triplet: D6, 1A and D0. RGB value is (214,26,208). Sum of RGB (Red+Green+Blue) = 214+26+208=448 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.77% from 448); Green value is 26 (10.55% from 255 or 5.80% from 448); Blue value is 208 (81.64% from 255 or 46.43% from 448); Max value from RGB is 214 - color contains mainly: red. Hex color #D61AD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61AD0 is #29E52F. Grayscale: #666666. Windows color (decimal): -2745648 or 13638358. OLE color: 13638358.

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

Color convert

RGB 214 26 208 -
CMYK 0 0.88 0.03 0.16
HSL 301.91º 0.78% 0.47% -
HSV(B) 301.91º 0.88% 0.84% -
XYZ 39.49 19.59 61.37 -
YUV 102.96 187.28 207.2 -
System Red Green Blue C M Y K H S L
Decimal 214 26 208 0 0.88 0.03 0.16 301.91 0.78 0.47
Hex D6 1A D0 0 58 3 10 12E 4E 2F
Octal 326 32 320 0 130 3 20 456 116 57
Binary 11010110 11010 11010000 0 1011000 11 10000 100101110 1001110 101111

Color Harmonies of #D61AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61AD0

Black with #D61AD0

Text Example


Text Example

White with #D61AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61AD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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