Html Css Color HEX #DF0DC3 Deep Magenta

📋 copy color: '#DF0DC3'

red 223 ◦ green 13 ◦ blue 195

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

Shades of Deep Magenta #DF0DC3

Tints of Deep Magenta #DF0DC3

RGB

 RED value IS 223 (87.5% from 255) = 51.74%

 GREEN value IS 13 (5.47% from 255) = 3.02%

 BLUE value IS 195 (76.56% from 255) = 45.24%

R = 51.74%
G = 3.02%
B = 45.24%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#DF0DC3 (or 0xDF0DC3) is known color: Deep Magenta. HEX triplet: DF, 0D and C3. RGB value is (223,13,195). Sum of RGB (Red+Green+Blue) = 223+13+195=431 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.74% from 431); Green value is 13 (5.47% from 255 or 3.02% from 431); Blue value is 195 (76.56% from 255 or 45.24% from 431); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0DC3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0DC3 is #20F23C. Grayscale: #606060. Windows color (decimal): -2159165 or 12783071. OLE color: 12783071.

HSL color Cylindrical-coordinate representation of color #DF0DC3: hue angle of 308º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF0DC3 is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 13 195 -
CMYK 0 0.94 0.13 0.13
HSL 308º 0.89% 0.46% -
HSV(B) 308º 0.94% 0.87% -
XYZ 40.43 19.92 53.34 -
YUV 96.54 183.57 218.2 -
System Red Green Blue C M Y K H S L
Decimal 223 13 195 0 0.94 0.13 0.13 308 0.89 0.46
Hex DF D C3 0 5E D D 134 59 2E
Octal 337 15 303 0 136 15 15 464 131 56
Binary 11011111 1101 11000011 0 1011110 1101 1101 100110100 1011001 101110

Color Harmonies of #DF0DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0DC3

Black with #DF0DC3

Text Example


Text Example

White with #DF0DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0DC3; }

 p { color: rgb(223,13,195); }

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

background-color css

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

 a { background-color: rgb(223,13,195); }

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

border-color css

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

 span { border-color: rgb(223,13,195); }

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