Html Css Color HEX #D223C2 Deep Magenta

📋 copy color: '#D223C2'

red 210 ◦ green 35 ◦ blue 194

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

Shades of Deep Magenta #D223C2

Tints of Deep Magenta #D223C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 44.19%

R = 47.84%
G = 7.97%
B = 44.19%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D223C2 (or 0xD223C2) is known color: Deep Magenta. HEX triplet: D2, 23 and C2. RGB value is (210,35,194). Sum of RGB (Red+Green+Blue) = 210+35+194=439 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.84% from 439); Green value is 35 (14.06% from 255 or 7.97% from 439); Blue value is 194 (76.17% from 255 or 44.19% from 439); Max value from RGB is 210 - color contains mainly: red. Hex color #D223C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D223C2 is #2DDC3D. Grayscale: #686868. Windows color (decimal): -3005502 or 12723154. OLE color: 12723154.

HSL color Cylindrical-coordinate representation of color #D223C2: hue angle of 305.49º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D223C2 is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 35 194 -
CMYK 0 0.83 0.08 0.18
HSL 305.49º 0.71% 0.48% -
HSV(B) 305.49º 0.83% 0.82% -
XYZ 36.92 18.8 52.72 -
YUV 105.45 177.98 202.57 -
System Red Green Blue C M Y K H S L
Decimal 210 35 194 0 0.83 0.08 0.18 305.49 0.71 0.48
Hex D2 23 C2 0 53 8 12 131 47 30
Octal 322 43 302 0 123 10 22 461 107 60
Binary 11010010 100011 11000010 0 1010011 1000 10010 100110001 1000111 110000

Color Harmonies of #D223C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D223C2

Black with #D223C2

Text Example


Text Example

White with #D223C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D223C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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