Html Css Color HEX #D223D7 Deep Magenta

📋 copy color: '#D223D7'

red 210 ◦ green 35 ◦ blue 215

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

Shades of Deep Magenta #D223D7

Tints of Deep Magenta #D223D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 46.74%

R = 45.65%
G = 7.61%
B = 46.74%

CMYK

 C value IS 0.02

 M value IS 0.84

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D223D7 (or 0xD223D7) is known color: Deep Magenta. HEX triplet: D2, 23 and D7. RGB value is (210,35,215). Sum of RGB (Red+Green+Blue) = 210+35+215=460 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.65% from 460); Green value is 35 (14.06% from 255 or 7.61% from 460); Blue value is 215 (84.38% from 255 or 46.74% from 460); Max value from RGB is 215 - color contains mainly: blue. Hex color #D223D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D223D7 is #2DDC28. Grayscale: #6B6B6B. Windows color (decimal): -3005481 or 14099410. OLE color: 14099410.

HSL color Cylindrical-coordinate representation of color #D223D7: hue angle of 298.33º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D223D7 is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 210 35 215 -
CMYK 0.02 0.84 0 0.16
HSL 298.33º 0.72% 0.49% -
HSV(B) 298.33º 0.84% 0.84% -
XYZ 39.45 19.81 66.03 -
YUV 107.85 188.48 200.86 -
System Red Green Blue C M Y K H S L
Decimal 210 35 215 0.02 0.84 0 0.16 298.33 0.72 0.49
Hex D2 23 D7 2 54 0 10 12A 48 31
Octal 322 43 327 2 124 0 20 452 110 61
Binary 11010010 100011 11010111 10 1010100 0 10000 100101010 1001000 110001

Color Harmonies of #D223D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D223D7

Black with #D223D7

Text Example


Text Example

White with #D223D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D223D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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