Html Css Color HEX #D61CC5 Deep Magenta

📋 copy color: '#D61CC5'

red 214 ◦ green 28 ◦ blue 197

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

Shades of Deep Magenta #D61CC5

Tints of Deep Magenta #D61CC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 44.87%

R = 48.75%
G = 6.38%
B = 44.87%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D61CC5 (or 0xD61CC5) is known color: Deep Magenta. HEX triplet: D6, 1C and C5. RGB value is (214,28,197). Sum of RGB (Red+Green+Blue) = 214+28+197=439 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.75% from 439); Green value is 28 (11.33% from 255 or 6.38% from 439); Blue value is 197 (77.34% from 255 or 44.87% from 439); Max value from RGB is 214 - color contains mainly: red. Hex color #D61CC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61CC5 is #29E33A. Grayscale: #666666. Windows color (decimal): -2745147 or 12917974. OLE color: 12917974.

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

Color convert

RGB 214 28 197 -
CMYK 0 0.87 0.08 0.16
HSL 305.48º 0.77% 0.47% -
HSV(B) 305.48º 0.87% 0.84% -
XYZ 38.22 19.16 54.51 -
YUV 102.88 181.12 207.26 -
System Red Green Blue C M Y K H S L
Decimal 214 28 197 0 0.87 0.08 0.16 305.48 0.77 0.47
Hex D6 1C C5 0 57 8 10 131 4D 2F
Octal 326 34 305 0 127 10 20 461 115 57
Binary 11010110 11100 11000101 0 1010111 1000 10000 100110001 1001101 101111

Color Harmonies of #D61CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61CC5

Black with #D61CC5

Text Example


Text Example

White with #D61CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61CC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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