Html Css Color HEX #D61AC3 Deep Magenta

📋 copy color: '#D61AC3'

red 214 ◦ green 26 ◦ blue 195

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

Shades of Deep Magenta #D61AC3

Tints of Deep Magenta #D61AC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 44.83%

R = 49.2%
G = 5.98%
B = 44.83%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D61AC3 (or 0xD61AC3) is known color: Deep Magenta. HEX triplet: D6, 1A and C3. RGB value is (214,26,195). Sum of RGB (Red+Green+Blue) = 214+26+195=435 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.20% from 435); Green value is 26 (10.55% from 255 or 5.98% from 435); Blue value is 195 (76.56% from 255 or 44.83% from 435); Max value from RGB is 214 - color contains mainly: red. Hex color #D61AC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61AC3 is #29E53C. Grayscale: #646464. Windows color (decimal): -2745661 or 12786390. OLE color: 12786390.

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

Color convert

RGB 214 26 195 -
CMYK 0 0.88 0.09 0.16
HSL 306.06º 0.78% 0.47% -
HSV(B) 306.06º 0.88% 0.84% -
XYZ 37.95 18.98 53.29 -
YUV 101.48 180.78 208.26 -
System Red Green Blue C M Y K H S L
Decimal 214 26 195 0 0.88 0.09 0.16 306.06 0.78 0.47
Hex D6 1A C3 0 58 9 10 132 4E 2F
Octal 326 32 303 0 130 11 20 462 116 57
Binary 11010110 11010 11000011 0 1011000 1001 10000 100110010 1001110 101111

Color Harmonies of #D61AC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61AC3

Black with #D61AC3

Text Example


Text Example

White with #D61AC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61AC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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