#D214C4

Color #D214C4 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #D214C4

Tints of Deep Magenta #D214C4

Color information

#D214C4 (or 0xD214C4) is unknown color: approx Deep Magenta. HEX triplet: D2, 14 and C4. RGB value is (210,20,196). Sum of RGB (Red+Green+Blue) = 210+20+196=426 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.30% from 426); Green value is 20 (8.20% from 255 or 4.69% from 426); Blue value is 196 (76.95% from 255 or 46.01% from 426); Max value from RGB is 210 - color contains mainly: red. Hex color #D214C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D214C4 is #2DEB3B. Grayscale: #606060. Windows color (decimal): -3009340 or 12850386. OLE color: 12850386.

HSL color Cylindrical-coordinate representation of color #D214C4: hue angle of 304.42º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D214C4 is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB21020196-
CMYK00.900.070.18
HSL304.42º82.61%45.1%-
HSV(B)304.42º90.48%82.35%-
XYZ36.7918.1953.8-
YUV96.87183.95208.69-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 49.30%
GREEN value IS 20 (8.20% from 255) = 4.69%
BLUE value IS 196 (76.95% from 255) = 46.01%
R=49.30%
G=4.69%
B=46.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2102019600.900.070.18304.4282.6145.1
HexD214C405A712130532d
Octal32224304013272246012355
Binary11010010101001100010001011010111100101001100001010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D214C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D214C4; }

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

 H1.HeaderClassName
 {
   color: #D214C4;
 }
 .AnyTagClassName
 {
   color: #D214C4;
 }
</style>
background-color css

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

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

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

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

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

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