Html Css Color HEX #D61CCC Deep Magenta

📋 copy color: '#D61CCC'

red 214 ◦ green 28 ◦ blue 204

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

Shades of Deep Magenta #D61CCC

Tints of Deep Magenta #D61CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.74%

R = 47.98%
G = 6.28%
B = 45.74%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D61CCC (or 0xD61CCC) is known color: Deep Magenta. HEX triplet: D6, 1C and CC. RGB value is (214,28,204). Sum of RGB (Red+Green+Blue) = 214+28+204=446 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.98% from 446); Green value is 28 (11.33% from 255 or 6.28% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 214 - color contains mainly: red. Hex color #D61CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61CCC is #29E333. Grayscale: #676767. Windows color (decimal): -2745140 or 13376726. OLE color: 13376726.

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

Color convert

RGB 214 28 204 -
CMYK 0 0.87 0.05 0.16
HSL 303.23º 0.77% 0.47% -
HSV(B) 303.23º 0.87% 0.84% -
XYZ 39.05 19.49 58.83 -
YUV 103.68 184.62 206.69 -
System Red Green Blue C M Y K H S L
Decimal 214 28 204 0 0.87 0.05 0.16 303.23 0.77 0.47
Hex D6 1C CC 0 57 5 10 12F 4D 2F
Octal 326 34 314 0 127 5 20 457 115 57
Binary 11010110 11100 11001100 0 1010111 101 10000 100101111 1001101 101111

Color Harmonies of #D61CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61CCC

Black with #D61CCC

Text Example


Text Example

White with #D61CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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