Html Css Color HEX #D223E1 Deep Magenta

📋 copy color: '#D223E1'

red 210 ◦ green 35 ◦ blue 225

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

Shades of Deep Magenta #D223E1

Tints of Deep Magenta #D223E1

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.45%

 BLUE value IS 225 (88.28% from 255) = 47.87%

R = 44.68%
G = 7.45%
B = 47.87%

CMYK

 C value IS 0.07

 M value IS 0.84

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D223E1 (or 0xD223E1) is known color: Deep Magenta. HEX triplet: D2, 23 and E1. RGB value is (210,35,225). Sum of RGB (Red+Green+Blue) = 210+35+225=470 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.68% from 470); Green value is 35 (14.06% from 255 or 7.45% from 470); Blue value is 225 (88.28% from 255 or 47.87% from 470); Max value from RGB is 225 - color contains mainly: blue. Hex color #D223E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D223E1 is #2DDC1E. Grayscale: #6C6C6C. Windows color (decimal): -3005471 or 14754770. OLE color: 14754770.

HSL color Cylindrical-coordinate representation of color #D223E1: hue angle of 295.26º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D223E1 is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 210 35 225 -
CMYK 0.07 0.84 0 0.12
HSL 295.26º 0.76% 0.51% -
HSV(B) 295.26º 0.84% 0.88% -
XYZ 40.77 20.34 73.01 -
YUV 108.99 193.48 200.05 -
System Red Green Blue C M Y K H S L
Decimal 210 35 225 0.07 0.84 0 0.12 295.26 0.76 0.51
Hex D2 23 E1 7 54 0 C 127 4C 33
Octal 322 43 341 7 124 0 14 447 114 63
Binary 11010010 100011 11100001 111 1010100 0 1100 100100111 1001100 110011

Color Harmonies of #D223E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D223E1

Black with #D223E1

Text Example


Text Example

White with #D223E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D223E1; }

 p { color: rgb(210,35,225); }

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

background-color css

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

 a { background-color: rgb(210,35,225); }

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

border-color css

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

 span { border-color: rgb(210,35,225); }

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