Html Css Color HEX #D61CC9 Deep Magenta

📋 copy color: '#D61CC9'

red 214 ◦ green 28 ◦ blue 201

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

Shades of Deep Magenta #D61CC9

Tints of Deep Magenta #D61CC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 45.37%

R = 48.31%
G = 6.32%
B = 45.37%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D61CC9 (or 0xD61CC9) is known color: Deep Magenta. HEX triplet: D6, 1C and C9. RGB value is (214,28,201). Sum of RGB (Red+Green+Blue) = 214+28+201=443 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.31% from 443); Green value is 28 (11.33% from 255 or 6.32% from 443); Blue value is 201 (78.91% from 255 or 45.37% from 443); Max value from RGB is 214 - color contains mainly: red. Hex color #D61CC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61CC9 is #29E336. Grayscale: #666666. Windows color (decimal): -2745143 or 13180118. OLE color: 13180118.

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

Color convert

RGB 214 28 201 -
CMYK 0 0.87 0.06 0.16
HSL 304.19º 0.77% 0.47% -
HSV(B) 304.19º 0.87% 0.84% -
XYZ 38.69 19.34 56.95 -
YUV 103.34 183.12 206.93 -
System Red Green Blue C M Y K H S L
Decimal 214 28 201 0 0.87 0.06 0.16 304.19 0.77 0.47
Hex D6 1C C9 0 57 6 10 130 4D 2F
Octal 326 34 311 0 127 6 20 460 115 57
Binary 11010110 11100 11001001 0 1010111 110 10000 100110000 1001101 101111

Color Harmonies of #D61CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61CC9

Black with #D61CC9

Text Example


Text Example

White with #D61CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61CC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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