Html Css Color HEX #D214DC Deep Magenta

📋 copy color: '#D214DC'

red 210 ◦ green 20 ◦ blue 220

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

Shades of Deep Magenta #D214DC

Tints of Deep Magenta #D214DC

RGB

 RED value IS 210 (82.42% from 255) = 46.67%

 GREEN value IS 20 (8.2% from 255) = 4.44%

 BLUE value IS 220 (86.33% from 255) = 48.89%

R = 46.67%
G = 4.44%
B = 48.89%

CMYK

 C value IS 0.05

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D214DC (or 0xD214DC) is known color: Deep Magenta. HEX triplet: D2, 14 and DC. RGB value is (210,20,220). Sum of RGB (Red+Green+Blue) = 210+20+220=450 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.67% from 450); Green value is 20 (8.20% from 255 or 4.44% from 450); Blue value is 220 (86.33% from 255 or 48.89% from 450); Max value from RGB is 220 - color contains mainly: blue. Hex color #D214DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D214DC is #2DEB23. Grayscale: #636363. Windows color (decimal): -3009316 or 14423250. OLE color: 14423250.

HSL color Cylindrical-coordinate representation of color #D214DC: hue angle of 297º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D214DC is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 210 20 220 -
CMYK 0.05 0.91 0 0.14
HSL 297º 0.83% 0.47% -
HSV(B) 297º 0.91% 0.86% -
XYZ 39.75 19.37 69.35 -
YUV 99.61 195.95 206.74 -
System Red Green Blue C M Y K H S L
Decimal 210 20 220 0.05 0.91 0 0.14 297 0.83 0.47
Hex D2 14 DC 5 5B 0 E 129 53 2F
Octal 322 24 334 5 133 0 16 451 123 57
Binary 11010010 10100 11011100 101 1011011 0 1110 100101001 1010011 101111

Color Harmonies of #D214DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D214DC

Black with #D214DC

Text Example


Text Example

White with #D214DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D214DC; }

 p { color: rgb(210,20,220); }

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

background-color css

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

 a { background-color: rgb(210,20,220); }

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

border-color css

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

 span { border-color: rgb(210,20,220); }

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