Html Css Color HEX #D213CD Deep Magenta

📋 copy color: '#D213CD'

red 210 ◦ green 19 ◦ blue 205

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

Shades of Deep Magenta #D213CD

Tints of Deep Magenta #D213CD

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.38%

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

R = 48.39%
G = 4.38%
B = 47.24%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D213CD (or 0xD213CD) is known color: Deep Magenta. HEX triplet: D2, 13 and CD. RGB value is (210,19,205). Sum of RGB (Red+Green+Blue) = 210+19+205=434 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.39% from 434); Green value is 19 (7.81% from 255 or 4.38% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 210 - color contains mainly: red. Hex color #D213CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D213CD is #2DEC32. Grayscale: #606060. Windows color (decimal): -3009587 or 13439954. OLE color: 13439954.

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

Color convert

RGB 210 19 205 -
CMYK 0 0.91 0.02 0.18
HSL 301.57º 0.83% 0.45% -
HSV(B) 301.57º 0.91% 0.82% -
XYZ 37.83 18.58 59.35 -
YUV 97.31 188.78 208.38 -
System Red Green Blue C M Y K H S L
Decimal 210 19 205 0 0.91 0.02 0.18 301.57 0.83 0.45
Hex D2 13 CD 0 5B 2 12 12E 53 2D
Octal 322 23 315 0 133 2 22 456 123 55
Binary 11010010 10011 11001101 0 1011011 10 10010 100101110 1010011 101101

Color Harmonies of #D213CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D213CD

Black with #D213CD

Text Example


Text Example

White with #D213CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D213CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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