Html Css Color HEX #D61CD3 Deep Magenta

📋 copy color: '#D61CD3'

red 214 ◦ green 28 ◦ blue 211

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

Shades of Deep Magenta #D61CD3

Tints of Deep Magenta #D61CD3

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.18%

 BLUE value IS 211 (82.81% from 255) = 46.58%

R = 47.24%
G = 6.18%
B = 46.58%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D61CD3 (or 0xD61CD3) is known color: Deep Magenta. HEX triplet: D6, 1C and D3. RGB value is (214,28,211). Sum of RGB (Red+Green+Blue) = 214+28+211=453 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.24% from 453); Green value is 28 (11.33% from 255 or 6.18% from 453); Blue value is 211 (82.81% from 255 or 46.58% from 453); Max value from RGB is 214 - color contains mainly: red. Hex color #D61CD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61CD3 is #29E32C. Grayscale: #676767. Windows color (decimal): -2745133 or 13835478. OLE color: 13835478.

HSL color Cylindrical-coordinate representation of color #D61CD3: hue angle of 300.97º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D61CD3 is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 28 211 -
CMYK 0 0.87 0.01 0.16
HSL 300.97º 0.77% 0.47% -
HSV(B) 300.97º 0.87% 0.84% -
XYZ 39.9 19.83 63.35 -
YUV 104.48 188.12 206.12 -
System Red Green Blue C M Y K H S L
Decimal 214 28 211 0 0.87 0.01 0.16 300.97 0.77 0.47
Hex D6 1C D3 0 57 1 10 12D 4D 2F
Octal 326 34 323 0 127 1 20 455 115 57
Binary 11010110 11100 11010011 0 1010111 1 10000 100101101 1001101 101111

Color Harmonies of #D61CD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61CD3

Black with #D61CD3

Text Example


Text Example

White with #D61CD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61CD3; }

 p { color: rgb(214,28,211); }

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

background-color css

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

 a { background-color: rgb(214,28,211); }

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

border-color css

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

 span { border-color: rgb(214,28,211); }

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