Html Css Color HEX #D223C1 Deep Magenta

📋 copy color: '#D223C1'

red 210 ◦ green 35 ◦ blue 193

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

Shades of Deep Magenta #D223C1

Tints of Deep Magenta #D223C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 44.06%

R = 47.95%
G = 7.99%
B = 44.06%

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

#D223C1 (or 0xD223C1) is known color: Deep Magenta. HEX triplet: D2, 23 and C1. RGB value is (210,35,193). Sum of RGB (Red+Green+Blue) = 210+35+193=438 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.95% from 438); Green value is 35 (14.06% from 255 or 7.99% from 438); Blue value is 193 (75.78% from 255 or 44.06% from 438); Max value from RGB is 210 - color contains mainly: red. Hex color #D223C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D223C1 is #2DDC3E. Grayscale: #686868. Windows color (decimal): -3005503 or 12657618. OLE color: 12657618.

HSL color Cylindrical-coordinate representation of color #D223C1: hue angle of 305.83º 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 #D223C1 is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 35 193 -
CMYK 0 0.83 0.08 0.18
HSL 305.83º 0.71% 0.48% -
HSV(B) 305.83º 0.83% 0.82% -
XYZ 36.81 18.75 52.13 -
YUV 105.34 177.48 202.65 -
System Red Green Blue C M Y K H S L
Decimal 210 35 193 0 0.83 0.08 0.18 305.83 0.71 0.48
Hex D2 23 C1 0 53 8 12 132 47 30
Octal 322 43 301 0 123 10 22 462 107 60
Binary 11010010 100011 11000001 0 1010011 1000 10010 100110010 1000111 110000

Color Harmonies of #D223C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D223C1

Black with #D223C1

Text Example


Text Example

White with #D223C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D223C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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