Html Css Color HEX #D214B1 Deep Magenta

📋 copy color: '#D214B1'

red 210 ◦ green 20 ◦ blue 177

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

Shades of Deep Magenta #D214B1

Tints of Deep Magenta #D214B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 43.49%

R = 51.6%
G = 4.91%
B = 43.49%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D214B1 (or 0xD214B1) is known color: Deep Magenta. HEX triplet: D2, 14 and B1. RGB value is (210,20,177). Sum of RGB (Red+Green+Blue) = 210+20+177=407 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.60% from 407); Green value is 20 (8.20% from 255 or 4.91% from 407); Blue value is 177 (69.53% from 255 or 43.49% from 407); Max value from RGB is 210 - color contains mainly: red. Hex color #D214B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D214B1 is #2DEB4E. Grayscale: #5E5E5E. Windows color (decimal): -3009359 or 11605202. OLE color: 11605202.

HSL color Cylindrical-coordinate representation of color #D214B1: hue angle of 310.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 #D214B1 is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 20 177 -
CMYK 0 0.90 0.16 0.18
HSL 310.42º 0.83% 0.45% -
HSV(B) 310.42º 0.9% 0.82% -
XYZ 34.76 17.38 43.12 -
YUV 94.71 174.45 210.23 -
System Red Green Blue C M Y K H S L
Decimal 210 20 177 0 0.90 0.16 0.18 310.42 0.83 0.45
Hex D2 14 B1 0 5A 10 12 136 53 2D
Octal 322 24 261 0 132 20 22 466 123 55
Binary 11010010 10100 10110001 0 1011010 10000 10010 100110110 1010011 101101

Color Harmonies of #D214B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D214B1

Black with #D214B1

Text Example


Text Example

White with #D214B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D214B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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