Html Css Color HEX #D223DD Deep Magenta

📋 copy color: '#D223DD'

red 210 ◦ green 35 ◦ blue 221

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

Shades of Deep Magenta #D223DD

Tints of Deep Magenta #D223DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.42%

R = 45.06%
G = 7.51%
B = 47.42%

CMYK

 C value IS 0.05

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D223DD (or 0xD223DD) is known color: Deep Magenta. HEX triplet: D2, 23 and DD. RGB value is (210,35,221). Sum of RGB (Red+Green+Blue) = 210+35+221=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 35 (14.06% from 255 or 7.51% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 221 - color contains mainly: blue. Hex color #D223DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D223DD is #2DDC22. Grayscale: #6B6B6B. Windows color (decimal): -3005475 or 14492626. OLE color: 14492626.

HSL color Cylindrical-coordinate representation of color #D223DD: hue angle of 296.45º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D223DD is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 35 221 -
CMYK 0.05 0.84 0 0.13
HSL 296.45º 0.73% 0.5% -
HSV(B) 296.45º 0.84% 0.87% -
XYZ 40.23 20.12 70.17 -
YUV 108.53 191.48 200.38 -
System Red Green Blue C M Y K H S L
Decimal 210 35 221 0.05 0.84 0 0.13 296.45 0.73 0.5
Hex D2 23 DD 5 54 0 D 128 49 32
Octal 322 43 335 5 124 0 15 450 111 62
Binary 11010010 100011 11011101 101 1010100 0 1101 100101000 1001001 110010

Color Harmonies of #D223DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D223DD

Black with #D223DD

Text Example


Text Example

White with #D223DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D223DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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