Html Css Color HEX #D61CD4 Deep Magenta

📋 copy color: '#D61CD4'

red 214 ◦ green 28 ◦ blue 212

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

Shades of Deep Magenta #D61CD4

Tints of Deep Magenta #D61CD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 46.7%

R = 47.14%
G = 6.17%
B = 46.7%

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

#D61CD4 (or 0xD61CD4) is known color: Deep Magenta. HEX triplet: D6, 1C and D4. RGB value is (214,28,212). Sum of RGB (Red+Green+Blue) = 214+28+212=454 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.14% from 454); Green value is 28 (11.33% from 255 or 6.17% from 454); Blue value is 212 (83.20% from 255 or 46.70% from 454); Max value from RGB is 214 - color contains mainly: red. Hex color #D61CD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61CD4 is #29E32B. Grayscale: #686868. Windows color (decimal): -2745132 or 13901014. OLE color: 13901014.

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

Color convert

RGB 214 28 212 -
CMYK 0 0.87 0.01 0.16
HSL 300.65º 0.77% 0.47% -
HSV(B) 300.65º 0.87% 0.84% -
XYZ 40.03 19.88 64.01 -
YUV 104.59 188.62 206.04 -
System Red Green Blue C M Y K H S L
Decimal 214 28 212 0 0.87 0.01 0.16 300.65 0.77 0.47
Hex D6 1C D4 0 57 1 10 12D 4D 2F
Octal 326 34 324 0 127 1 20 455 115 57
Binary 11010110 11100 11010100 0 1010111 1 10000 100101101 1001101 101111

Color Harmonies of #D61CD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61CD4

Black with #D61CD4

Text Example


Text Example

White with #D61CD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61CD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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