Html Css Color HEX #D61CCF Deep Magenta

📋 copy color: '#D61CCF'

red 214 ◦ green 28 ◦ blue 207

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

Shades of Deep Magenta #D61CCF

Tints of Deep Magenta #D61CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.1%

R = 47.66%
G = 6.24%
B = 46.1%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D61CCF (or 0xD61CCF) is known color: Deep Magenta. HEX triplet: D6, 1C and CF. RGB value is (214,28,207). Sum of RGB (Red+Green+Blue) = 214+28+207=449 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.66% from 449); Green value is 28 (11.33% from 255 or 6.24% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 214 - color contains mainly: red. Hex color #D61CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61CCF is #29E330. Grayscale: #676767. Windows color (decimal): -2745137 or 13573334. OLE color: 13573334.

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

Color convert

RGB 214 28 207 -
CMYK 0 0.87 0.03 0.16
HSL 302.26º 0.77% 0.47% -
HSV(B) 302.26º 0.87% 0.84% -
XYZ 39.41 19.63 60.74 -
YUV 104.02 186.12 206.45 -
System Red Green Blue C M Y K H S L
Decimal 214 28 207 0 0.87 0.03 0.16 302.26 0.77 0.47
Hex D6 1C CF 0 57 3 10 12E 4D 2F
Octal 326 34 317 0 127 3 20 456 115 57
Binary 11010110 11100 11001111 0 1010111 11 10000 100101110 1001101 101111

Color Harmonies of #D61CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61CCF

Black with #D61CCF

Text Example


Text Example

White with #D61CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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