Html Css Color HEX #D61ABC Deep Magenta

📋 copy color: '#D61ABC'

red 214 ◦ green 26 ◦ blue 188

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

Shades of Deep Magenta #D61ABC

Tints of Deep Magenta #D61ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.93%

R = 50%
G = 6.07%
B = 43.93%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D61ABC (or 0xD61ABC) is known color: Deep Magenta. HEX triplet: D6, 1A and BC. RGB value is (214,26,188). Sum of RGB (Red+Green+Blue) = 214+26+188=428 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50% from 428); Green value is 26 (10.55% from 255 or 6.07% from 428); Blue value is 188 (73.83% from 255 or 43.93% from 428); Max value from RGB is 214 - color contains mainly: red. Hex color #D61ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61ABC is #29E543. Grayscale: #646464. Windows color (decimal): -2745668 or 12327638. OLE color: 12327638.

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

Color convert

RGB 214 26 188 -
CMYK 0 0.88 0.12 0.16
HSL 308.3º 0.78% 0.47% -
HSV(B) 308.3º 0.88% 0.84% -
XYZ 37.18 18.67 49.22 -
YUV 100.68 177.28 208.83 -
System Red Green Blue C M Y K H S L
Decimal 214 26 188 0 0.88 0.12 0.16 308.3 0.78 0.47
Hex D6 1A BC 0 58 C 10 134 4E 2F
Octal 326 32 274 0 130 14 20 464 116 57
Binary 11010110 11010 10111100 0 1011000 1100 10000 100110100 1001110 101111

Color Harmonies of #D61ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61ABC

Black with #D61ABC

Text Example


Text Example

White with #D61ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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