Html Css Color HEX #D61CC7 Deep Magenta

📋 copy color: '#D61CC7'

red 214 ◦ green 28 ◦ blue 199

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

Shades of Deep Magenta #D61CC7

Tints of Deep Magenta #D61CC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 45.12%

R = 48.53%
G = 6.35%
B = 45.12%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D61CC7 (or 0xD61CC7) is known color: Deep Magenta. HEX triplet: D6, 1C and C7. RGB value is (214,28,199). Sum of RGB (Red+Green+Blue) = 214+28+199=441 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.53% from 441); Green value is 28 (11.33% from 255 or 6.35% from 441); Blue value is 199 (78.12% from 255 or 45.12% from 441); Max value from RGB is 214 - color contains mainly: red. Hex color #D61CC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61CC7 is #29E338. Grayscale: #666666. Windows color (decimal): -2745145 or 13049046. OLE color: 13049046.

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

Color convert

RGB 214 28 199 -
CMYK 0 0.87 0.07 0.16
HSL 304.84º 0.77% 0.47% -
HSV(B) 304.84º 0.87% 0.84% -
XYZ 38.46 19.25 55.72 -
YUV 103.11 182.12 207.1 -
System Red Green Blue C M Y K H S L
Decimal 214 28 199 0 0.87 0.07 0.16 304.84 0.77 0.47
Hex D6 1C C7 0 57 7 10 131 4D 2F
Octal 326 34 307 0 127 7 20 461 115 57
Binary 11010110 11100 11000111 0 1010111 111 10000 100110001 1001101 101111

Color Harmonies of #D61CC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61CC7

Black with #D61CC7

Text Example


Text Example

White with #D61CC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61CC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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