Html Css Color HEX #D214CE Deep Magenta

📋 copy color: '#D214CE'

red 210 ◦ green 20 ◦ blue 206

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

Shades of Deep Magenta #D214CE

Tints of Deep Magenta #D214CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.25%

R = 48.17%
G = 4.59%
B = 47.25%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D214CE (or 0xD214CE) is known color: Deep Magenta. HEX triplet: D2, 14 and CE. RGB value is (210,20,206). Sum of RGB (Red+Green+Blue) = 210+20+206=436 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.17% from 436); Green value is 20 (8.20% from 255 or 4.59% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 210 - color contains mainly: red. Hex color #D214CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D214CE is #2DEB31. Grayscale: #616161. Windows color (decimal): -3009330 or 13505746. OLE color: 13505746.

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

Color convert

RGB 210 20 206 -
CMYK 0 0.90 0.02 0.18
HSL 301.26º 0.83% 0.45% -
HSV(B) 301.26º 0.9% 0.82% -
XYZ 37.97 18.66 59.99 -
YUV 98.01 188.95 207.88 -
System Red Green Blue C M Y K H S L
Decimal 210 20 206 0 0.90 0.02 0.18 301.26 0.83 0.45
Hex D2 14 CE 0 5A 2 12 12D 53 2D
Octal 322 24 316 0 132 2 22 455 123 55
Binary 11010010 10100 11001110 0 1011010 10 10010 100101101 1010011 101101

Color Harmonies of #D214CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D214CE

Black with #D214CE

Text Example


Text Example

White with #D214CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D214CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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