Html Css Color HEX #D213CC Deep Magenta

📋 copy color: '#D213CC'

red 210 ◦ green 19 ◦ blue 204

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

Shades of Deep Magenta #D213CC

Tints of Deep Magenta #D213CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.11%

R = 48.5%
G = 4.39%
B = 47.11%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D213CC (or 0xD213CC) is known color: Deep Magenta. HEX triplet: D2, 13 and CC. RGB value is (210,19,204). Sum of RGB (Red+Green+Blue) = 210+19+204=433 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.50% from 433); Green value is 19 (7.81% from 255 or 4.39% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 210 - color contains mainly: red. Hex color #D213CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D213CC is #2DEC33. Grayscale: #606060. Windows color (decimal): -3009588 or 13374418. OLE color: 13374418.

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

Color convert

RGB 210 19 204 -
CMYK 0 0.91 0.03 0.18
HSL 301.88º 0.83% 0.45% -
HSV(B) 301.88º 0.91% 0.82% -
XYZ 37.71 18.53 58.72 -
YUV 97.2 188.28 208.46 -
System Red Green Blue C M Y K H S L
Decimal 210 19 204 0 0.91 0.03 0.18 301.88 0.83 0.45
Hex D2 13 CC 0 5B 3 12 12E 53 2D
Octal 322 23 314 0 133 3 22 456 123 55
Binary 11010010 10011 11001100 0 1011011 11 10010 100101110 1010011 101101

Color Harmonies of #D213CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D213CC

Black with #D213CC

Text Example


Text Example

White with #D213CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D213CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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