Html Css Color HEX #D214CD Deep Magenta

📋 copy color: '#D214CD'

red 210 ◦ green 20 ◦ blue 205

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

Shades of Deep Magenta #D214CD

Tints of Deep Magenta #D214CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.13%

R = 48.28%
G = 4.6%
B = 47.13%

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

#D214CD (or 0xD214CD) is known color: Deep Magenta. HEX triplet: D2, 14 and CD. RGB value is (210,20,205). Sum of RGB (Red+Green+Blue) = 210+20+205=435 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.28% from 435); Green value is 20 (8.20% from 255 or 4.60% from 435); Blue value is 205 (80.47% from 255 or 47.13% from 435); Max value from RGB is 210 - color contains mainly: red. Hex color #D214CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D214CD is #2DEB32. Grayscale: #616161. Windows color (decimal): -3009331 or 13440210. OLE color: 13440210.

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

Color convert

RGB 210 20 205 -
CMYK 0 0.90 0.02 0.18
HSL 301.58º 0.83% 0.45% -
HSV(B) 301.58º 0.9% 0.82% -
XYZ 37.85 18.61 59.35 -
YUV 97.9 188.45 207.96 -
System Red Green Blue C M Y K H S L
Decimal 210 20 205 0 0.90 0.02 0.18 301.58 0.83 0.45
Hex D2 14 CD 0 5A 2 12 12E 53 2D
Octal 322 24 315 0 132 2 22 456 123 55
Binary 11010010 10100 11001101 0 1011010 10 10010 100101110 1010011 101101

Color Harmonies of #D214CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D214CD

Black with #D214CD

Text Example


Text Example

White with #D214CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D214CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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