Html Css Color HEX #D223DA Deep Magenta

📋 copy color: '#D223DA'

red 210 ◦ green 35 ◦ blue 218

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

Shades of Deep Magenta #D223DA

Tints of Deep Magenta #D223DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.08%

R = 45.36%
G = 7.56%
B = 47.08%

CMYK

 C value IS 0.04

 M value IS 0.84

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D223DA (or 0xD223DA) is known color: Deep Magenta. HEX triplet: D2, 23 and DA. RGB value is (210,35,218). Sum of RGB (Red+Green+Blue) = 210+35+218=463 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.36% from 463); Green value is 35 (14.06% from 255 or 7.56% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 218 - color contains mainly: blue. Hex color #D223DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D223DA is #2DDC25. Grayscale: #6B6B6B. Windows color (decimal): -3005478 or 14296018. OLE color: 14296018.

HSL color Cylindrical-coordinate representation of color #D223DA: hue angle of 297.38º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D223DA is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 210 35 218 -
CMYK 0.04 0.84 0 0.15
HSL 297.38º 0.72% 0.5% -
HSV(B) 297.38º 0.84% 0.85% -
XYZ 39.83 19.97 68.08 -
YUV 108.19 189.98 200.62 -
System Red Green Blue C M Y K H S L
Decimal 210 35 218 0.04 0.84 0 0.15 297.38 0.72 0.5
Hex D2 23 DA 4 54 0 F 129 48 32
Octal 322 43 332 4 124 0 17 451 110 62
Binary 11010010 100011 11011010 100 1010100 0 1111 100101001 1001000 110010

Color Harmonies of #D223DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D223DA

Black with #D223DA

Text Example


Text Example

White with #D223DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D223DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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