Html Css Color HEX #D61CC0 Deep Magenta

📋 copy color: '#D61CC0'

red 214 ◦ green 28 ◦ blue 192

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

Shades of Deep Magenta #D61CC0

Tints of Deep Magenta #D61CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 44.24%

R = 49.31%
G = 6.45%
B = 44.24%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D61CC0 (or 0xD61CC0) is known color: Deep Magenta. HEX triplet: D6, 1C and C0. RGB value is (214,28,192). Sum of RGB (Red+Green+Blue) = 214+28+192=434 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.31% from 434); Green value is 28 (11.33% from 255 or 6.45% from 434); Blue value is 192 (75.39% from 255 or 44.24% from 434); Max value from RGB is 214 - color contains mainly: red. Hex color #D61CC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61CC0 is #29E33F. Grayscale: #656565. Windows color (decimal): -2745152 or 12590294. OLE color: 12590294.

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

Color convert

RGB 214 28 192 -
CMYK 0 0.87 0.10 0.16
HSL 307.1º 0.77% 0.47% -
HSV(B) 307.1º 0.87% 0.84% -
XYZ 37.66 18.93 51.54 -
YUV 102.31 178.62 207.66 -
System Red Green Blue C M Y K H S L
Decimal 214 28 192 0 0.87 0.10 0.16 307.1 0.77 0.47
Hex D6 1C C0 0 57 A 10 133 4D 2F
Octal 326 34 300 0 127 12 20 463 115 57
Binary 11010110 11100 11000000 0 1010111 1010 10000 100110011 1001101 101111

Color Harmonies of #D61CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61CC0

Black with #D61CC0

Text Example


Text Example

White with #D61CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61CC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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