Html Css Color HEX #D61CDE Deep Magenta

📋 copy color: '#D61CDE'

red 214 ◦ green 28 ◦ blue 222

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

Shades of Deep Magenta #D61CDE

Tints of Deep Magenta #D61CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.84%

R = 46.12%
G = 6.03%
B = 47.84%

CMYK

 C value IS 0.04

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D61CDE (or 0xD61CDE) is known color: Deep Magenta. HEX triplet: D6, 1C and DE. RGB value is (214,28,222). Sum of RGB (Red+Green+Blue) = 214+28+222=464 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.12% from 464); Green value is 28 (11.33% from 255 or 6.03% from 464); Blue value is 222 (87.11% from 255 or 47.84% from 464); Max value from RGB is 222 - color contains mainly: blue. Hex color #D61CDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61CDE is #29E321. Grayscale: #696969. Windows color (decimal): -2745122 or 14556374. OLE color: 14556374.

HSL color Cylindrical-coordinate representation of color #D61CDE: hue angle of 297.53º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D61CDE is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 28 222 -
CMYK 0.04 0.87 0 0.13
HSL 297.53º 0.78% 0.49% -
HSV(B) 297.53º 0.87% 0.87% -
XYZ 41.33 20.4 70.87 -
YUV 105.73 193.62 205.23 -
System Red Green Blue C M Y K H S L
Decimal 214 28 222 0.04 0.87 0 0.13 297.53 0.78 0.49
Hex D6 1C DE 4 57 0 D 12A 4E 31
Octal 326 34 336 4 127 0 15 452 116 61
Binary 11010110 11100 11011110 100 1010111 0 1101 100101010 1001110 110001

Color Harmonies of #D61CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61CDE

Black with #D61CDE

Text Example


Text Example

White with #D61CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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